chiark / gitweb /
[PATCH] libsysfs does not need mntent.h in it's header file.
authorgreg@kroah.com <greg@kroah.com>
Thu, 23 Oct 2003 06:46:19 +0000 (23:46 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:06:22 +0000 (21:06 -0700)
libsysfs/sysfs.h

index e39b7413cbb91d5759988e25111f2fd68cb1da4d..3186c37a16fb612f811348bd833ace981882a615 100644 (file)
@@ -27,7 +27,6 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
-#include <mntent.h>
 #include <dirent.h>
 #include <sys/stat.h>
 #include <fcntl.h>