Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of

fallout due to the #include <sys/mount.h>.  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.)
This commit is contained in:
Rob Landley
2006-06-15 15:49:36 +00:00
parent d6e5083d16
commit 22d26fc6ae
9 changed files with 10 additions and 49 deletions

View File

@@ -11,15 +11,11 @@
*
*/
#include <limits.h>
#include <stdio.h>
#include "busybox.h"
#include <mntent.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <sys/mount.h>
#include <getopt.h>
#include "busybox.h"
#define OPTION_STRING "flDnrvad"
#define OPT_FORCE 1