From 0f905c09e5dd5bfc55eda6a949d0245b4d8d32f1 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.30.2