projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd29624
)
Declare stpcpy only if not defined as macro.
author
Jim Meyering
<jim@meyering.net>
Thu, 25 Dec 1997 17:02:25 +0000
(17:02 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 25 Dec 1997 17:02:25 +0000
(17:02 +0000)
lib/mountlist.c
patch
|
blob
|
history
diff --git
a/lib/mountlist.c
b/lib/mountlist.c
index de3e078c164e9654b24d8548b5ad487f42f928da..5018745a0d2cebd8fe095cb3177f12e4a192a8dd 100644
(file)
--- a/
lib/mountlist.c
+++ b/
lib/mountlist.c
@@
-34,7
+34,9
@@
void free ();
# include <strings.h>
#endif
+#ifndef strstr
char *strstr ();
+#endif
char *xmalloc ();
char *xrealloc ();
char *xstrdup ();