=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/pch.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/patch/pch.c 2003/07/22 17:20:53 1.22 --- src/usr.bin/patch/pch.c 2003/07/22 17:52:20 1.23 *************** *** 1,7 **** ! /* $OpenBSD: pch.c,v 1.22 2003/07/22 17:20:53 millert Exp $ */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: pch.c,v 1.22 2003/07/22 17:20:53 millert Exp $"; #endif /* not lint */ #include --- 1,7 ---- ! /* $OpenBSD: pch.c,v 1.23 2003/07/22 17:52:20 deraadt Exp $ */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: pch.c,v 1.23 2003/07/22 17:52:20 deraadt Exp $"; #endif /* not lint */ #include *************** *** 47,53 **** static int intuit_diff_type(void); static void next_intuit_at(long, long); static void skip_to(long, long); ! static char *pgets(char *, int, FILE *); /* * Prepare to look for the next patch in the patch file. --- 47,53 ---- static int intuit_diff_type(void); static void next_intuit_at(long, long); static void skip_to(long, long); ! static char *pgets(char *, int, FILE *); /* * Prepare to look for the next patch in the patch file. *************** *** 679,685 **** break; case ' ': if (!isspace(buf[1]) && ! repl_beginning && repl_could_be_missing) { repl_missing = TRUE; goto hunk_done; } --- 679,685 ---- break; case ' ': if (!isspace(buf[1]) && ! repl_beginning && repl_could_be_missing) { repl_missing = TRUE; goto hunk_done; }