diff options
author | greg@kroah.com <greg@kroah.com> | 2003-10-22 23:46:19 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:22 -0700 |
commit | c8ba857171bd09a0019d3182fe989c6cf06d98d2 (patch) | |
tree | 8ad1ee6ac8f9a4096a8e638a115cf2a6b7ffd0e2 | |
parent | bb27dd9b6d6ace3594e0e2d94c7642c40db0003e (diff) |
[PATCH] libsysfs does not need mntent.h in it's header file.
-rw-r--r-- | libsysfs/sysfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libsysfs/sysfs.h b/libsysfs/sysfs.h index e39b7413cb..3186c37a16 100644 --- a/libsysfs/sysfs.h +++ b/libsysfs/sysfs.h @@ -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> |