From 22d26fc6ae2af584482deaf92f25bb6a7261ad78 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 15 Jun 2006 15:49:36 +0000 Subject: Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of fallout due to the #include . Removed that #include from various applets and fixed up those that were unhappy when that #include was made because they'd block copied stuff out of it. (Sigh.) --- util-linux/mount.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'util-linux/mount.c') diff --git a/util-linux/mount.c b/util-linux/mount.c index e1c1c601b..9225289b6 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -13,7 +13,7 @@ * bb_getopt_ulflags(); */ -/* Design notes: There is no spec for this. Remind me to write one. +/* Design notes: There is no spec for mount. Remind me to write one. mount_main() calls singlemount() which calls mount_it_now(). @@ -22,18 +22,14 @@ mount_it_now() does the actual mount. */ -#include -#include +#include "busybox.h" #include #include #include -#include #include #include -#include #include // for CONFIG_FEATURE_MOUNT_LOOP #include // for CONFIG_FEATURE_MOUNT_LOOP -#include "busybox.h" // These two aren't always defined in old headers #ifndef MS_BIND -- cgit v1.2.3-55-g6feb