=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/common.h,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/patch/common.h 1996/09/24 04:19:25 1.5 --- src/usr.bin/patch/common.h 1997/01/17 15:47:51 1.6 *************** *** 1,4 **** ! /* $OpenBSD: common.h,v 1.5 1996/09/24 04:19:25 millert Exp $ */ #define DEBUGGING --- 1,4 ---- ! /* $OpenBSD: common.h,v 1.6 1997/01/17 15:47:51 millert Exp $ */ #define DEBUGGING *************** *** 166,172 **** char *getenv(); char *strcpy(); char *strcat(); ! char *rindex(); int mkstemp(); #if 0 /* This can cause a prototype conflict. */ #ifdef CHARSPRINTF --- 166,172 ---- char *getenv(); char *strcpy(); char *strcat(); ! char *strrchr(); int mkstemp(); #if 0 /* This can cause a prototype conflict. */ #ifdef CHARSPRINTF