X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util-linux%2Fswitch_root.c;h=ff0551843f00f3e2d451d3530995acdd37c87a30;hb=f5914992f316f8a628505067e108e7ba5a9590ba;hp=0f00b605afe2bfc539b67f39ed8e3f06481fca0b;hpb=a5bdbe10877e2e53aaba051eddfd5d47520657f5;p=oweals%2Fbusybox.git diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index 0f00b605a..ff0551843 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c @@ -5,18 +5,16 @@ * * Licensed under GPL version 2, see file LICENSE in this tarball for details. */ -#include "libbb.h" #include - +#include +#include "libbb.h" // Make up for header deficiencies #ifndef RAMFS_MAGIC # define RAMFS_MAGIC ((unsigned)0x858458f6) #endif - #ifndef TMPFS_MAGIC # define TMPFS_MAGIC ((unsigned)0x01021994) #endif - #ifndef MS_MOVE # define MS_MOVE 8192 #endif