=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/fsplit/Attic/fsplit.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -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 **** ! /* $OpenBSD: fsplit.c,v 1.14 2003/06/25 21:19:19 deraadt Exp $ */ /* * Copyright (c) 1983, 1993 --- 1,4 ---- ! /* $OpenBSD: fsplit.c,v 1.15 2003/06/26 21:42:11 deraadt Exp $ */ /* * Copyright (c) 1983, 1993 *************** *** 40,46 **** #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 $"; #endif /* not lint */ #include --- 40,46 ---- #ifndef lint /*static char sccsid[] = "from: @(#)fsplit.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: fsplit.c,v 1.15 2003/06/26 21:42:11 deraadt Exp $"; #endif /* not lint */ #include *************** *** 53,59 **** #include #include ! void badparms(); void get_name(char *, int); int lname(char *, size_t); int getline(void); --- 53,59 ---- #include #include ! void badparms(void); void get_name(char *, int); int lname(char *, size_t); int getline(void);