From d9f1fd86d901b0e2084fc0c1504c378d36848d8f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 25 Dec 1997 17:02:25 +0000 Subject: [PATCH] Declare stpcpy only if not defined as macro. --- lib/mountlist.c | 2 ++ 1 file changed, 2 insertions(+) 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 (); -- 2.47.2