diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-25 17:10:30 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-25 17:10:30 +0000 |
commit | cce79df57dcd10d06a073bd70effa431afb9e7f0 (patch) | |
tree | 0c2835e3607a1276d4c5d76c5c2ccb5e9950e4af /util-linux/mount.c | |
parent | 24390903c895446fa993570157c3f60df8515da4 (diff) | |
download | busybox-w32-cce79df57dcd10d06a073bd70effa431afb9e7f0.tar.gz busybox-w32-cce79df57dcd10d06a073bd70effa431afb9e7f0.tar.bz2 busybox-w32-cce79df57dcd10d06a073bd70effa431afb9e7f0.zip |
Moved some #ifdefs down below #include "busybox.h" where they belong.
git-svn-id: svn://busybox.net/trunk/busybox@2436 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | util-linux/mount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 90c1cc723..fa298d93a 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -50,10 +50,10 @@ | |||
50 | #include <stdio.h> | 50 | #include <stdio.h> |
51 | #include <mntent.h> | 51 | #include <mntent.h> |
52 | #include <ctype.h> | 52 | #include <ctype.h> |
53 | #include "busybox.h" | ||
53 | #if defined BB_FEATURE_USE_DEVPS_PATCH | 54 | #if defined BB_FEATURE_USE_DEVPS_PATCH |
54 | #include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */ | 55 | # include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */ |
55 | #endif | 56 | #endif |
56 | #include "busybox.h" | ||
57 | 57 | ||
58 | enum { | 58 | enum { |
59 | MS_MGC_VAL = 0xc0ed0000, /* Magic number indicatng "new" flags */ | 59 | MS_MGC_VAL = 0xc0ed0000, /* Magic number indicatng "new" flags */ |