Whamcloud - gitweb
Don't assume that the presence of mntent.h means that setmntent() exists
[tools/e2fsprogs.git] / e2fsck / unix.c
index 63d1c65..fdefe7a 100644 (file)
@@ -33,9 +33,6 @@ extern int optind;
 #ifdef HAVE_ERRNO_H
 #include <errno.h>
 #endif
-#ifdef HAVE_MNTENT_H
-#include <mntent.h>
-#endif
 #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
 #endif