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 de3e078..5018745 100644 (file)
@@ -34,7 +34,9 @@ void free ();
 # include <strings.h>
 #endif
 
+#ifndef strstr
 char *strstr ();
+#endif
 char *xmalloc ();
 char *xrealloc ();
 char *xstrdup ();