summaryrefslogtreecommitdiff
path: root/sysdeps/common/mountlist.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-01-10 13:03:18 +0000
committerMartin Baulig <martin@src.gnome.org>1999-01-10 13:03:18 +0000
commitdf20c8534b537aeef2a83627d2743daa6a575f1f (patch)
tree684f1b4bffaf674398bf54f668ca35f05f9e29e6 /sysdeps/common/mountlist.c
parent8ba42b25e07a6b45bfe6e745af7b2ad885a4caba (diff)
downloadlibgtop-df20c8534b537aeef2a83627d2743daa6a575f1f.tar.gz
Don't declare strstr () here, this should be done in gnomesupport if it
is really required on some system.
Diffstat (limited to 'sysdeps/common/mountlist.c')
-rw-r--r--sysdeps/common/mountlist.c3
1 files changed, 0 insertions, 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 <sys/param.h>
#endif