summaryrefslogtreecommitdiff
path: root/lib/mountlist.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-25 17:02:25 +0000
committerJim Meyering <jim@meyering.net>1997-12-25 17:02:25 +0000
commitd9f1fd86d901b0e2084fc0c1504c378d36848d8f (patch)
tree5e60db54a7424907ddee2411c226a3d462700188 /lib/mountlist.c
parentea0f644cddaa39622ea5ece5c39996f86e08d96d (diff)
downloadcoreutils-d9f1fd86d901b0e2084fc0c1504c378d36848d8f.tar.xz
Declare stpcpy only if not defined as macro.
Diffstat (limited to 'lib/mountlist.c')
-rw-r--r--lib/mountlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mountlist.c b/lib/mountlist.c
index de3e078c1..5018745a0 100644
--- a/lib/mountlist.c
+++ b/lib/mountlist.c
@@ -34,7 +34,9 @@ void free ();
# include <strings.h>
#endif
+#ifndef strstr
char *strstr ();
+#endif
char *xmalloc ();
char *xrealloc ();
char *xstrdup ();