From 18e776a6c1a90b9ba252756fd704f82b078c1a9a Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 1 Jan 2000 13:09:17 +0000 Subject: Update the vendor branch of ext2fs to Linux 2.3.35. This is needed mainly to get control over new features. E.g., ext2fs filesystems may now have a type field in directory entries (like ufs has had for 20 years or so). Current versions of FreeBSD ext2fs panic on this. ext2fs filesystem code is supposed to check the feature flags in the superblock and take appropriate actions for unsupported features. The other new features are sparse superblocks, large file support, and btree'd directories. --- sys/gnu/ext2fs/ext2_bitmap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/gnu/ext2fs/ext2_bitmap.c') diff --git a/sys/gnu/ext2fs/ext2_bitmap.c b/sys/gnu/ext2fs/ext2_bitmap.c index 8b9b5d233064..c0ffb68cdac9 100644 --- a/sys/gnu/ext2fs/ext2_bitmap.c +++ b/sys/gnu/ext2fs/ext2_bitmap.c @@ -8,7 +8,8 @@ */ #include -#include + + static int nibblemap[] = {4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1, 1, 0}; -- cgit v1.3