artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
550179e
)
rindex -> strrchr
author
millert
<millert@openbsd.org>
Fri, 17 Jan 1997 15:47:51 +0000
(15:47 +0000)
committer
millert
<millert@openbsd.org>
Fri, 17 Jan 1997 15:47:51 +0000
(15:47 +0000)
usr.bin/patch/common.h
patch
|
blob
|
history
diff --git
a/usr.bin/patch/common.h
b/usr.bin/patch/common.h
index
adfe4ac
..
198f83b
100644
(file)
--- a/
usr.bin/patch/common.h
+++ b/
usr.bin/patch/common.h
@@
-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
@@
long atol();
char *getenv();
char *strcpy();
char *strcat();
-char *
rindex
();
+char *
strrchr
();
int mkstemp();
#if 0 /* This can cause a prototype conflict. */
#ifdef CHARSPRINTF