From: Jim Meyering Date: Thu, 25 Dec 1997 17:02:25 +0000 (+0000) Subject: Declare stpcpy only if not defined as macro. X-Git-Tag: FILEUTILS-3_16h~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f1fd86d901b0e2084fc0c1504c378d36848d8f;p=thirdparty%2Fcoreutils.git 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 ();