=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/patch.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/patch/patch.c 2003/07/21 14:00:41 1.20 +++ src/usr.bin/patch/patch.c 2003/07/21 14:32:21 1.21 @@ -1,4 +1,4 @@ -/* $OpenBSD: patch.c,v 1.20 2003/07/21 14:00:41 deraadt Exp $ */ +/* $OpenBSD: patch.c,v 1.21 2003/07/21 14:32:21 deraadt Exp $ */ /* * patch - a program to apply diffs to original files @@ -27,7 +27,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: patch.c,v 1.20 2003/07/21 14:00:41 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: patch.c,v 1.21 2003/07/21 14:32:21 deraadt Exp $"; #endif /* not lint */ #include "INTERN.h"