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/switch_root.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'util-linux/switch_root.c') diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index 9815a6d9e..8e564f0bf 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c @@ -6,17 +6,12 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include +#include "busybox.h" #include -#include #include -#include -#include -#include #include #include -#include "busybox.h" // Make up for header deficiencies. -- cgit v1.2.3