Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mkswap.c')
-rw-r--r--util-linux/mkswap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c
index eacd8816c..70028dc2e 100644
--- a/util-linux/mkswap.c
+++ b/util-linux/mkswap.c
@@ -43,7 +43,6 @@
#include <stdlib.h>
#include <sys/ioctl.h> /* for _IO */
#include <sys/utsname.h>
-#include <sys/stat.h>
#include <asm/page.h> /* for PAGE_SIZE and PAGE_SHIFT */
/* we also get PAGE_SIZE via getpagesize() */