diff options
Diffstat (limited to 'mtab.c')
-rw-r--r-- | mtab.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,11 +5,10 @@ #include <string.h> #include <stdio.h> #include <mntent.h> -#include <sys/mount.h> #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) { |