[PATCH] libsysfs does not need mntent.h in it's header file.

This commit is contained in:
greg@kroah.com 2003-10-22 23:46:19 -07:00 committed by Greg KH
parent bb27dd9b6d
commit c8ba857171
1 changed files with 0 additions and 1 deletions

View 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>