changeset 1183:ebbcc79d5bef

Declare stpcpy only if not defined as macro.
author Jim Meyering <jim@meyering.net>
date Thu, 25 Dec 1997 17:02:25 +0000
parents eb996ec5e40a
children 3096c6233f86
files lib/mountlist.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/mountlist.c
+++ b/lib/mountlist.c
@@ -34,7 +34,9 @@
 # include <strings.h>
 #endif
 
+#ifndef strstr
 char *strstr ();
+#endif
 char *xmalloc ();
 char *xrealloc ();
 char *xstrdup ();