From owner-cvs-sys Tue Feb 3 17:16:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12981 for cvs-sys-outgoing; Tue, 3 Feb 1998 17:16:48 -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.8/8.8.8) with ESMTP id RAA12938; Tue, 3 Feb 1998 17:16:32 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA24991; Tue, 3 Feb 1998 17:16:04 -0800 (PST) Date: Tue, 3 Feb 1998 17:16:04 -0800 (PST) Message-Id: <199802040116.RAA24991@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 eivind 1998/02/03 17:16:04 PST Modified files: sys/gnu/ext2fs ext2_vnops.c Log: Make LINT at least compile. This faithfully duplicate the changes done to ufs/ufs/ufs_vnops.c for the same problem, but I don't know if that will actually make SUIDDIR work for ext2fs. Revision Changes Path 1.31 +8 -8 src/sys/gnu/ext2fs/ext2_vnops.c