summaryrefslogtreecommitdiffstats
path: root/usr.bin/cdio/cdio.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-06-10 22:20:44 +0000
committerderaadt <deraadt@openbsd.org>2003-06-10 22:20:44 +0000
commit1837a5ca509d93cac77d2e89322c0c4869f9215d (patch)
tree52dbe14a25e44bdf8161f4c51f39a50c072fe221 /usr.bin/cdio/cdio.c
parentIt would kind of help if the flags member was initialized, otherwise random (diff)
downloadwireguard-openbsd-1837a5ca509d93cac77d2e89322c0c4869f9215d.tar.xz
wireguard-openbsd-1837a5ca509d93cac77d2e89322c0c4869f9215d.zip
mostly ansi cleanup; pval ok
Diffstat (limited to 'usr.bin/cdio/cdio.c')
-rw-r--r--usr.bin/cdio/cdio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cdio/cdio.c b/usr.bin/cdio/cdio.c
index 3c98593ec53..167bf24806d 100644
--- a/usr.bin/cdio/cdio.c
+++ b/usr.bin/cdio/cdio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cdio.c,v 1.29 2003/04/06 20:50:05 krw Exp $ */
+/* $OpenBSD: cdio.c,v 1.30 2003/06/10 22:20:45 deraadt Exp $ */
/* Copyright (c) 1995 Serge V. Vakulenko
* All rights reserved.
@@ -178,7 +178,7 @@ char *strstatus(int);
int cdid(void);
void
-help()
+help(void)
{
struct cmdtab *c;
char *s, n;
@@ -204,7 +204,7 @@ help()
}
void
-usage()
+usage(void)
{
fprintf(stderr, "usage: %s [-sv] [-f device] [command args ...]\n",
__progname);
@@ -932,7 +932,7 @@ pstatus(char *arg)
}
int
-cdid()
+cdid(void)
{
unsigned long id;
struct ioc_toc_header h;