summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-04-15 17:14:22 +0000
committerrwatson <rwatson@FreeBSD.org>2000-04-15 17:14:22 +0000
commit60e6a91c680eb2682a64aac2d5bc7d835cee2f44 (patch)
treef2a4a7d410250bcdd67ef2bf468be2f6c82fba34 /sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
parentcf5333c2b80d70e3c8fafa9bd00ea2acbcf2ebfc (diff)
downloadFreeBSD-src-60e6a91c680eb2682a64aac2d5bc7d835cee2f44.zip
FreeBSD-src-60e6a91c680eb2682a64aac2d5bc7d835cee2f44.tar.gz
ext2fs relies on UFS support code, and as a result also requires
extattr.h to be included. This fixes the broken ext2fs build as of the import of extattr code. Also added $FreeBSD: $ to a couple of files that didn't have them, without which I couldn't commit this fix. Reported by: "George W. Dinolt" <gdinolt@pacbell.net>
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_linux_ialloc.c')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_linux_ialloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
index fc78391..0419ef6 100644
--- a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
+++ b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
@@ -3,6 +3,8 @@
*
* Aug 1995, Godmar Back (gback@cs.utah.edu)
* University of Utah, Department of Computer Science
+ *
+ * $FreeBSD$
*/
/*
* linux/fs/ext2/ialloc.c
@@ -34,6 +36,7 @@
#include <sys/mount.h>
#include <sys/vnode.h>
+#include <ufs/ufs/extattr.h>
#include <ufs/ufs/quota.h>
#include <ufs/ufs/inode.h>
#include <ufs/ufs/ufsmount.h>
OpenPOWER on IntegriCloud