aboutsummaryrefslogtreecommitdiff
path: root/mount.c
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-04-25 17:10:30 +0000
committerMark Whitley <markw@lineo.com>2001-04-25 17:10:30 +0000
commit4b541a8817425457a97a7033d3a0e0495d9948aa (patch)
tree0c2835e3607a1276d4c5d76c5c2ccb5e9950e4af /mount.c
parent67d7fe66e753aa1e96639a10a0a9a781912c74ca (diff)
downloadbusybox-4b541a8817425457a97a7033d3a0e0495d9948aa.tar.gz
Moved some #ifdefs down below #include "busybox.h" where they belong.
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mount.c b/mount.c
index 90c1cc723..fa298d93a 100644
--- a/mount.c
+++ b/mount.c
@@ -50,10 +50,10 @@
#include <stdio.h>
#include <mntent.h>
#include <ctype.h>
+#include "busybox.h"
#if defined BB_FEATURE_USE_DEVPS_PATCH
-#include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */
+# include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */
#endif
-#include "busybox.h"
enum {
MS_MGC_VAL = 0xc0ed0000, /* Magic number indicatng "new" flags */