diff options
author | Rob Landley <rob@landley.net> | 2006-06-15 15:49:36 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-15 15:49:36 +0000 |
commit | 22d26fc6ae2af584482deaf92f25bb6a7261ad78 (patch) | |
tree | 3e9e7c2b43314acdd1f4db7e3a89a3c69daf814a /util-linux/fdisk.c | |
parent | d6e5083d16c940e36312f4a1b52317dcfc32c011 (diff) | |
download | busybox-w32-22d26fc6ae2af584482deaf92f25bb6a7261ad78.tar.gz busybox-w32-22d26fc6ae2af584482deaf92f25bb6a7261ad78.tar.bz2 busybox-w32-22d26fc6ae2af584482deaf92f25bb6a7261ad78.zip |
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.)
Diffstat (limited to 'util-linux/fdisk.c')
-rw-r--r-- | util-linux/fdisk.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 5ef5acb1b..cd8252649 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -43,11 +43,6 @@ | |||
43 | 43 | ||
44 | #define DKTYPENAMES | 44 | #define DKTYPENAMES |
45 | 45 | ||
46 | #define BLKRRPART _IO(0x12,95) /* re-read partition table */ | ||
47 | #define BLKGETSIZE _IO(0x12,96) /* return device size */ | ||
48 | #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ | ||
49 | #define BLKSSZGET _IO(0x12,104) /* get block device sector size */ | ||
50 | |||
51 | /* | 46 | /* |
52 | fdisk.h | 47 | fdisk.h |
53 | */ | 48 | */ |