From owner-cvs-all Sat Apr 15 10:14:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 011E837B921; Sat, 15 Apr 2000 10:14:24 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA93255; Sat, 15 Apr 2000 10:14:23 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200004151714.KAA93255@freefall.freebsd.org> From: Robert Watson Date: Sat, 15 Apr 2000 10:14:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_alloc.c ext2_inode.c ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_vfsops.c ext2_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/04/15 10:14:23 PDT Modified files: sys/gnu/ext2fs ext2_alloc.c ext2_inode.c ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_vfsops.c ext2_vnops.c Log: 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" Revision Changes Path 1.29 +2 -0 src/sys/gnu/ext2fs/ext2_alloc.c 1.26 +2 -1 src/sys/gnu/ext2fs/ext2_inode.c 1.12 +3 -0 src/sys/gnu/ext2fs/ext2_linux_balloc.c 1.14 +3 -0 src/sys/gnu/ext2fs/ext2_linux_ialloc.c 1.23 +2 -1 src/sys/gnu/ext2fs/ext2_lookup.c 1.64 +2 -1 src/sys/gnu/ext2fs/ext2_vfsops.c 1.52 +2 -1 src/sys/gnu/ext2fs/ext2_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message