From: Eric Andersen Date: Wed, 14 Mar 2001 01:48:10 +0000 (-0000) Subject: Fix mtab so it works on libc5 X-Git-Tag: 0_50~41 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=741f2c9898d4f398ddb2f1d8f33e97f0eedd676b;p=oweals%2Fbusybox.git Fix mtab so it works on libc5 --- diff --git a/mtab.c b/mtab.c index 8411fe1fa..049765775 100644 --- a/mtab.c +++ b/mtab.c @@ -5,11 +5,10 @@ #include #include #include -#include #include "busybox.h" extern const char mtab_file[]; /* Defined in utility.c */ - +static const int MS_RDONLY = 1; /* Mount read-only. */ void erase_mtab(const char *name) {