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