=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/patch.c,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/patch/patch.c 2009/04/05 13:36:00 1.47 --- src/usr.bin/patch/patch.c 2009/10/27 23:59:41 1.48 *************** *** 1,4 **** ! /* $OpenBSD: patch.c,v 1.47 2009/04/05 13:36:00 stsp Exp $ */ /* * patch - a program to apply diffs to original files --- 1,4 ---- ! /* $OpenBSD: patch.c,v 1.48 2009/10/27 23:59:41 deraadt Exp $ */ /* * patch - a program to apply diffs to original files *************** *** 25,34 **** * -C option added in 1998, original code by Marc Espie, based on FreeBSD * behaviour */ - - #ifndef lint - static const char rcsid[] = "$OpenBSD: patch.c,v 1.47 2009/04/05 13:36:00 stsp Exp $"; - #endif /* not lint */ #include #include --- 25,30 ----