Declare stpcpy only if not defined as macro.
authorJim Meyering <jim@meyering.net>
Thu, 25 Dec 1997 17:02:25 +0000 (17:02 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Dec 1997 17:02:25 +0000 (17:02 +0000)
lib/mountlist.c

index de3e078c164e9654b24d8548b5ad487f42f928da..5018745a0d2cebd8fe095cb3177f12e4a192a8dd 100644 (file)
@@ -34,7 +34,9 @@ void free ();
 # include <strings.h>
 #endif
 
+#ifndef strstr
 char *strstr ();
+#endif
 char *xmalloc ();
 char *xrealloc ();
 char *xstrdup ();