Don't use the deprecated linux/ext2_fs.h include file.

This commit is contained in:
Tim Kientzle 2008-07-05 01:45:31 +00:00
parent 0fc34be4c7
commit 4e8f10a152
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180269

View file

@ -64,9 +64,6 @@ __FBSDID("$FreeBSD$");
#ifdef HAVE_LINUX_FS_H
#include <linux/fs.h> /* for Linux file flags */
#endif
#ifdef HAVE_LINUX_EXT2_FS_H
#include <linux/ext2_fs.h> /* for Linux file flags */
#endif
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif