]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include: remove unused mntent.h
authorRuediger Meier <ruediger.meier@ga-group.nl>
Wed, 17 Feb 2016 18:43:41 +0000 (19:43 +0100)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Thu, 18 Feb 2016 15:54:23 +0000 (16:54 +0100)
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
disk-utils/fsck.minix.c
disk-utils/mkfs.minix.c
disk-utils/mkswap.c

index 3d73d49e92ff90d13ae499226c3f226cff173dce..2058a97984e13302febf77562ecffb7172970489 100644 (file)
@@ -87,7 +87,6 @@
 #include <ctype.h>
 #include <stdlib.h>
 #include <termios.h>
-#include <mntent.h>
 #include <sys/stat.h>
 #include <signal.h>
 #include <getopt.h>
index 4712772901cc35eaad3c8bed2b9f17fcd380ba7e..b472242ed6dd338bd66de4ab391cf22499c8e5d3 100644 (file)
@@ -64,7 +64,6 @@
 #include <stdlib.h>
 #include <termios.h>
 #include <sys/stat.h>
-#include <mntent.h>
 #include <getopt.h>
 #include <err.h>
 
index 22999dafb92c4145ba0a42e4822e41052b26d4d3..ae02de569f76a7e360a3cfdab0b83cecacbe8042 100644 (file)
@@ -14,7 +14,6 @@
 #include <fcntl.h>
 #include <stdlib.h>
 #include <limits.h>
-#include <mntent.h>
 #include <sys/utsname.h>
 #include <sys/stat.h>
 #include <errno.h>