=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/soelim/Attic/soelim.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/soelim/Attic/soelim.c 2001/11/19 19:02:16 1.4 --- src/usr.bin/soelim/Attic/soelim.c 2002/02/16 21:27:52 1.5 *************** *** 1,4 **** ! /* $OpenBSD: soelim.c,v 1.4 2001/11/19 19:02:16 mpech Exp $ */ /* $NetBSD: soelim.c,v 1.3 1994/12/21 08:11:26 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: soelim.c,v 1.5 2002/02/16 21:27:52 millert Exp $ */ /* $NetBSD: soelim.c,v 1.3 1994/12/21 08:11:26 jtc Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)soelim.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: soelim.c,v 1.4 2001/11/19 19:02:16 mpech Exp $"; #endif /* not lint */ #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)soelim.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: soelim.c,v 1.5 2002/02/16 21:27:52 millert Exp $"; #endif /* not lint */ #include *************** *** 66,72 **** */ #define STDIN_NAME "-" ! int process __P((char *file)); int main(argc, argv) --- 66,72 ---- */ #define STDIN_NAME "-" ! int process(char *file); int main(argc, argv)