diff --git a/sysdeps/common/mountlist.c b/sysdeps/common/mountlist.c index b5f893fd..468a115a 100644 --- a/sysdeps/common/mountlist.c +++ b/sysdeps/common/mountlist.c @@ -23,8 +23,6 @@ #include #include "mountlist.h" -static struct mount_entry *read_filesystem_list __P((int, int)); - #ifdef STDC_HEADERS #include #else @@ -40,6 +38,8 @@ void free (); #include #include +static struct mount_entry *read_filesystem_list __P((int, int)); + #undef xmalloc #undef xrealloc #undef xstrdup