From 7ef47eec4cc91a0eee21ef882b147a28d2121d1c Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 15 Apr 2000 17:14:22 +0000 Subject: 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" --- sys/gnu/fs/ext2fs/ext2_alloc.c | 2 ++ sys/gnu/fs/ext2fs/ext2_inode.c | 1 + sys/gnu/fs/ext2fs/ext2_linux_balloc.c | 3 +++ sys/gnu/fs/ext2fs/ext2_linux_ialloc.c | 3 +++ sys/gnu/fs/ext2fs/ext2_lookup.c | 1 + sys/gnu/fs/ext2fs/ext2_vfsops.c | 1 + sys/gnu/fs/ext2fs/ext2_vnops.c | 1 + 7 files changed, 12 insertions(+) (limited to 'sys/gnu/fs') diff --git a/sys/gnu/fs/ext2fs/ext2_alloc.c b/sys/gnu/fs/ext2fs/ext2_alloc.c index bafcee51cf94..36fda1530d3f 100644 --- a/sys/gnu/fs/ext2fs/ext2_alloc.c +++ b/sys/gnu/fs/ext2fs/ext2_alloc.c @@ -37,6 +37,7 @@ * SUCH DAMAGE. * * @(#)ext2_alloc.c 8.8 (Berkeley) 2/21/94 + * $FreeBSD$ */ #include "opt_quota.h" @@ -49,6 +50,7 @@ #include #include +#include #include #include #include diff --git a/sys/gnu/fs/ext2fs/ext2_inode.c b/sys/gnu/fs/ext2fs/ext2_inode.c index 22847f5e8e46..491858ddf6ca 100644 --- a/sys/gnu/fs/ext2fs/ext2_inode.c +++ b/sys/gnu/fs/ext2fs/ext2_inode.c @@ -53,6 +53,7 @@ #include #include +#include #include #include #include diff --git a/sys/gnu/fs/ext2fs/ext2_linux_balloc.c b/sys/gnu/fs/ext2fs/ext2_linux_balloc.c index 5e90fee75d12..3e5b7d18ba25 100644 --- a/sys/gnu/fs/ext2fs/ext2_linux_balloc.c +++ b/sys/gnu/fs/ext2fs/ext2_linux_balloc.c @@ -3,6 +3,8 @@ * * Aug 1995, Godmar Back (gback@cs.utah.edu) * University of Utah, Department of Computer Science + * + * $FreeBSD$ */ /* * linux/fs/ext2/balloc.c @@ -33,6 +35,7 @@ #include #include +#include #include #include #include diff --git a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c index fc783914feff..0419ef6f6a7b 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 #include +#include #include #include #include diff --git a/sys/gnu/fs/ext2fs/ext2_lookup.c b/sys/gnu/fs/ext2fs/ext2_lookup.c index 71c081f46628..a13b5e059097 100644 --- a/sys/gnu/fs/ext2fs/ext2_lookup.c +++ b/sys/gnu/fs/ext2fs/ext2_lookup.c @@ -57,6 +57,7 @@ #include #include +#include #include #include #include diff --git a/sys/gnu/fs/ext2fs/ext2_vfsops.c b/sys/gnu/fs/ext2fs/ext2_vfsops.c index a56a443de578..111fb3574641 100644 --- a/sys/gnu/fs/ext2fs/ext2_vfsops.c +++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c @@ -56,6 +56,7 @@ #include #include +#include #include #include #include diff --git a/sys/gnu/fs/ext2fs/ext2_vnops.c b/sys/gnu/fs/ext2fs/ext2_vnops.c index 0e57f30af44c..d17778018232 100644 --- a/sys/gnu/fs/ext2fs/ext2_vnops.c +++ b/sys/gnu/fs/ext2fs/ext2_vnops.c @@ -68,6 +68,7 @@ #include #include +#include #include #include #include -- cgit v1.3