Date: Sat, 15 Apr 2000 10:14:23 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> 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 Message-ID: <200004151714.KAA93255@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" <gdinolt@pacbell.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004151714.KAA93255>