From a90bffbbf66ff569aee93f918c943aad87a37464 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 22 Jul 1998 20:59:17 +0000 Subject: [PATCH] *** empty log message *** --- sysdeps/common/mountlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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