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