summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-26 21:42:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-26 21:42:12 +0000
commit22b176c279928082a845c494ca60a6fcaa81c812 (patch)
treef5e546adb02e43dfea6c6869ff33c8f7fed3971c /usr.bin
parentf56f161dd9d2216636d914c259221b757894a5ec (diff)
protos
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/fsplit/fsplit.c6
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);