aboutsummaryrefslogtreecommitdiff
path: root/mtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mtab.c')
-rw-r--r--mtab.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mtab.c b/mtab.c
index 8411fe1fa..049765775 100644
--- a/mtab.c
+++ b/mtab.c
@@ -5,11 +5,10 @@
5#include <string.h> 5#include <string.h>
6#include <stdio.h> 6#include <stdio.h>
7#include <mntent.h> 7#include <mntent.h>
8#include <sys/mount.h>
9#include "busybox.h" 8#include "busybox.h"
10 9
11extern const char mtab_file[]; /* Defined in utility.c */ 10extern const char mtab_file[]; /* Defined in utility.c */
12 11static const int MS_RDONLY = 1; /* Mount read-only. */
13 12
14void erase_mtab(const char *name) 13void erase_mtab(const char *name)
15{ 14{