From owner-cvs-all Tue Dec 5 4:13:33 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 04:13:28 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id 7DF3737B401; Tue, 5 Dec 2000 04:13:27 -0800 (PST) Received: (from ler@localhost) by lerami.lerctr.org (8.11.1/8.11.1/20001028) id eB5CDLv04607; Tue, 5 Dec 2000 06:13:21 -0600 (CST) (envelope-from ler) Date: Tue, 5 Dec 2000 06:13:20 -0600 From: Larry Rosenman To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fstat fstat.c cd9660.c src/sys/sys mount.h Message-ID: <20001205061320.A4269@lerami.lerctr.org> References: <200012050943.eB59hDn23446@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <200012050943.eB59hDn23446@freefall.freebsd.org>; from alfred@FreeBSD.org on Tue, Dec 05, 2000 at 01:43:12AM -0800 X-Mailer: Mutt http://www.mutt.org/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Alfred Perlstein [001205 03:43]: > alfred 2000/12/05 01:43:12 PST > > Modified files: (Branch: RELENG_4) > usr.bin/fstat fstat.c cd9660.c > sys/sys mount.h > Log: > MFC: remove struct mount from userland (except fstat) to prevent namespace > pollution. > > Revision Changes Path > 1.21.2.3 +2 -2 src/usr.bin/fstat/fstat.c > 1.1.2.2 +3 -1 src/usr.bin/fstat/cd9660.c > 1.89.2.1 +5 -1 src/sys/sys/mount.h > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > And make world breaks... gzip -cn /usr/src/usr.bin/from/from.1 > from.1.gz ===> usr.bin/fstat cc -O -pipe -Wall -I/usr/src/usr.bin/fstat/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/fstat/cd9660.c In file included from /usr/src/usr.bin/fstat/cd9660.c:51: /usr/src/usr.bin/fstat/../../sys/isofs/cd9660/cd9660_node.h:64: field `i_lock' has incomplete type *** Error code 1 Stop in /usr/src/usr.bin/fstat. *** Error code 1 Stop in /usr/src/usr.bin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Looks to me like /usr/src/sys/sys/isofs/cd9660/cd9660_node.h needs to #include -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message