aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mkfs_vfat.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-10 18:37:06 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-10 18:37:06 +0200
commit860d2bbdda67acfec39cd28e38881633ec4e66d6 (patch)
tree284fe111111ba2e2f19deed779e34846e58e04ca /util-linux/mkfs_vfat.c
parent874201fee5a57acf25efe1b0b9c7e58ef6ef98a5 (diff)
downloadbusybox-w32-860d2bbdda67acfec39cd28e38881633ec4e66d6.tar.gz
busybox-w32-860d2bbdda67acfec39cd28e38881633ec4e66d6.tar.bz2
busybox-w32-860d2bbdda67acfec39cd28e38881633ec4e66d6.zip
fix fallout from BSD patches
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/mkfs_vfat.c')
-rw-r--r--util-linux/mkfs_vfat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c
index 8d12babdc..dff10f9e1 100644
--- a/util-linux/mkfs_vfat.c
+++ b/util-linux/mkfs_vfat.c
@@ -7,6 +7,8 @@
7 * 7 *
8 * Licensed under GPLv2, see file LICENSE in this tarball for details. 8 * Licensed under GPLv2, see file LICENSE in this tarball for details.
9 */ 9 */
10#include "libbb.h"
11
10#include <linux/hdreg.h> /* HDIO_GETGEO */ 12#include <linux/hdreg.h> /* HDIO_GETGEO */
11#include <linux/fd.h> /* FDGETPRM */ 13#include <linux/fd.h> /* FDGETPRM */
12#include <sys/mount.h> /* BLKSSZGET */ 14#include <sys/mount.h> /* BLKSSZGET */
@@ -14,7 +16,6 @@
14# define BLKSSZGET _IO(0x12, 104) 16# define BLKSSZGET _IO(0x12, 104)
15#endif 17#endif
16//#include <linux/msdos_fs.h> 18//#include <linux/msdos_fs.h>
17#include "libbb.h"
18#include "volume_id/volume_id_internal.h" 19#include "volume_id/volume_id_internal.h"
19 20
20#define SECTOR_SIZE 512 21#define SECTOR_SIZE 512