From df20c8534b537aeef2a83627d2743daa6a575f1f Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 10 Jan 1999 13:03:18 +0000 Subject: [PATCH] Don't declare strstr () here, this should be done in gnomesupport if it is really required on some system. --- sysdeps/common/mountlist.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sysdeps/common/mountlist.c b/sysdeps/common/mountlist.c index 9e910e0e..09fb9a25 100644 --- a/sysdeps/common/mountlist.c +++ b/sysdeps/common/mountlist.c @@ -49,9 +49,6 @@ static struct mount_entry *read_filesystem_list __P((int, int)); #define xstrdup(p1) glibtop_strdup_r (NULL, p1) #define xfree(p1) glibtop_free_r (NULL, p1) -char *strstr (); -void error (); - #ifdef HAVE_SYS_PARAM_H #include #endif