summaryrefslogtreecommitdiffstats
path: root/disk-utils/mkfs.bfs.c
diff options
context:
space:
mode:
authorGuillem Jover2009-10-08 13:40:14 +0200
committerKarel Zak2009-10-09 15:17:54 +0200
commitcef0ccd580fd51e2570eedec51cb66dbce301e56 (patch)
tree46168c2c54a797f1d2acd5f7ff4c5269625afc66 /disk-utils/mkfs.bfs.c
parentcal: remove obsolete <localeinfo.h> include (diff)
downloadkernel-qcow2-util-linux-cef0ccd580fd51e2570eedec51cb66dbce301e56.tar.gz
kernel-qcow2-util-linux-cef0ccd580fd51e2570eedec51cb66dbce301e56.tar.xz
kernel-qcow2-util-linux-cef0ccd580fd51e2570eedec51cb66dbce301e56.zip
Remove now unused <sys/ioctl.h> includes
Those became unused with the switch to the blkdev functions. Signed-off-by: Guillem Jover <guillem@hadrons.org>
Diffstat (limited to 'disk-utils/mkfs.bfs.c')
-rw-r--r--disk-utils/mkfs.bfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/disk-utils/mkfs.bfs.c b/disk-utils/mkfs.bfs.c
index 33f37c4f3..58f5352ab 100644
--- a/disk-utils/mkfs.bfs.c
+++ b/disk-utils/mkfs.bfs.c
@@ -10,7 +10,6 @@
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/ioctl.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>