diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 21:42:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 21:42:12 +0000 |
commit | 22b176c279928082a845c494ca60a6fcaa81c812 (patch) | |
tree | f5e546adb02e43dfea6c6869ff33c8f7fed3971c /usr.bin | |
parent | f56f161dd9d2216636d914c259221b757894a5ec (diff) |
protos
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/fsplit/fsplit.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fsplit/fsplit.c b/usr.bin/fsplit/fsplit.c index 2e6872480f9..923dca8621d 100644 --- a/usr.bin/fsplit/fsplit.c +++ b/usr.bin/fsplit/fsplit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fsplit.c,v 1.14 2003/06/25 21:19:19 deraadt Exp $ */ +/* $OpenBSD: fsplit.c,v 1.15 2003/06/26 21:42:11 deraadt Exp $ */ /* * Copyright (c) 1983, 1993 @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)fsplit.c 8.1 (Berkeley) 6/6/93";*/ -static char rcsid[] = "$OpenBSD: fsplit.c,v 1.14 2003/06/25 21:19:19 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: fsplit.c,v 1.15 2003/06/26 21:42:11 deraadt Exp $"; #endif /* not lint */ #include <ctype.h> @@ -53,7 +53,7 @@ static char rcsid[] = "$OpenBSD: fsplit.c,v 1.14 2003/06/25 21:19:19 deraadt Exp #include <sys/fcntl.h> #include <err.h> -void badparms(); +void badparms(void); void get_name(char *, int); int lname(char *, size_t); int getline(void); |