Date: Sat, 1 Jan 2000 06:43:21 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_fs.h ext2_inode_cnv.c ext2_fs_i.h Message-ID: <200001011443.GAA00146@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2000/01/01 06:43:21 PST Modified files: sys/gnu/ext2fs ext2_fs.h ext2_inode_cnv.c Removed files: sys/gnu/ext2fs ext2_fs_i.h Log: Use an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h) to avoid the namespace problems caused by <ufs/ufs/inode.h> #defining i_mode, etc. ext2_fs_i.h had nothing to do with the Linux version. It was a small part of the Linux version of ext2_fs.h (the part that declares extra in-core fields for an inode). We don't need it because we use the ufs in-core inode for the extra fields. Revision Changes Path 1.5 +67 -0 src/sys/gnu/ext2fs/ext2_fs.h 1.10 +5 -2 src/sys/gnu/ext2fs/ext2_inode_cnv.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?200001011443.GAA00146>