diff options
author | Guillem Jover <guillem@hadrons.org> | 2009-10-08 13:40:14 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-10-09 15:17:54 +0200 |
commit | cef0ccd580fd51e2570eedec51cb66dbce301e56 (patch) | |
tree | 46168c2c54a797f1d2acd5f7ff4c5269625afc66 /disk-utils/mkswap.c | |
parent | 76fb73ef988e6de5b8d8b235df3868cbc8147d28 (diff) | |
download | util-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.c | 1 |
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> |