From owner-cvs-sys Mon Nov 24 11:28:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA26514 for cvs-sys-outgoing; Mon, 24 Nov 1997 11:28:25 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA26313; Mon, 24 Nov 1997 11:26:09 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA22746; Mon, 24 Nov 1997 11:25:26 -0800 (PST) Date: Mon, 24 Nov 1997 11:25:26 -0800 (PST) Message-Id: <199711241925.LAA22746@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/11/24 11:25:25 PST Modified files: sys/gnu/ext2fs ext2_vnops.c Log: Fixed missing #include of "opt_quota.h". Sorted the functions into the same order as in ufs_vnops.c so that this can be compared with the latter without getting 2627 lines of diffs. Now we get only 1920 lines of diffs. Revision Changes Path 1.26 +632 -635 src/sys/gnu/ext2fs/ext2_vnops.c