summaryrefslogtreecommitdiff
path: root/disk-utils/mkswap.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-10-08 13:40:14 +0200
committerKarel Zak <kzak@redhat.com>2009-10-09 15:17:54 +0200
commitcef0ccd580fd51e2570eedec51cb66dbce301e56 (patch)
tree46168c2c54a797f1d2acd5f7ff4c5269625afc66 /disk-utils/mkswap.c
parent76fb73ef988e6de5b8d8b235df3868cbc8147d28 (diff)
downloadutil-linux-old-cef0ccd580fd51e2570eedec51cb66dbce301e56.tar.gz
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/mkswap.c')
-rw-r--r--disk-utils/mkswap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/disk-utils/mkswap.c b/disk-utils/mkswap.c
index 1205acdb..73cede75 100644
--- a/disk-utils/mkswap.c
+++ b/disk-utils/mkswap.c
@@ -38,7 +38,6 @@
#include <stdlib.h>
#include <limits.h>
#include <mntent.h>
-#include <sys/ioctl.h> /* for _IO */
#include <sys/utsname.h>
#include <sys/stat.h>
#include <errno.h>