=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/fsplit/Attic/fsplit.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/fsplit/Attic/fsplit.c 2003/06/25 21:19:19 1.14 +++ src/usr.bin/fsplit/Attic/fsplit.c 2003/06/26 21:42:11 1.15 @@ -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 @@ #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 @@ -53,7 +53,7 @@ #include #include -void badparms(); +void badparms(void); void get_name(char *, int); int lname(char *, size_t); int getline(void);