From: Jim Meyering Date: Thu, 25 Dec 1997 17:02:25 +0000 (+0000) Subject: Declare stpcpy only if not defined as macro. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f905c09e5dd5bfc55eda6a949d0245b4d8d32f1;p=pspp Declare stpcpy only if not defined as macro. --- diff --git a/lib/mountlist.c b/lib/mountlist.c index de3e078c16..5018745a0d 100644 --- a/lib/mountlist.c +++ b/lib/mountlist.c @@ -34,7 +34,9 @@ void free (); # include #endif +#ifndef strstr char *strstr (); +#endif char *xmalloc (); char *xrealloc (); char *xstrdup ();