From owner-cvs-all Wed Dec 6 0:23:51 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 6 00:23:47 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mailgate.westmarsh.com (orion.westmarsh.com [193.195.76.57]) by hub.freebsd.org (Postfix) with ESMTP id B5BF937B400; Wed, 6 Dec 2000 00:23:45 -0800 (PST) Received: from westmarsh.com (mailgate.westmarsh.com [193.195.76.50]) by mailgate.westmarsh.com (8.11.1/8.11.1) with ESMTP id eB68Nfp06754; Wed, 6 Dec 2000 08:23:42 GMT (envelope-from pierre.dampure@westmarsh.com) Sender: pierre.dampure@westmarsh.com Message-ID: <3A2DF78B.257344F9@westmarsh.com> Date: Wed, 06 Dec 2000 08:23:39 +0000 From: "Pierre Y. Dampure" X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Alfred Perlstein Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mount.h src/usr.bin/fstat fstat.c References: <200012040921.eB49L6e90365@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > > alfred 2000/12/04 01:21:06 PST > > Modified files: > sys/sys mount.h > usr.bin/fstat fstat.c > Log: > remove struct mount from useland visibility > > Revision Changes Path > 1.99 +5 -1 src/sys/sys/mount.h > 1.24 +2 -2 src/usr.bin/fstat/fstat.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message This seems to break the lsof port (see below -- variable m is declared as a struct mount in dmnt.c): cc -march=pentiumpro -pipe -DFREEBSDV=500 -DHASFDESCFS=2 -DHASPROCFS -DHAS9660F S -DHASIPv6 -DLSOF_VSTR=\"5.0-CURRENT\" -I/usr/include -I/usr/src/sys -O -c dmnt .c dmnt.c: In function `readvfs': dmnt.c:227: storage size of `m' isn't known *** Error code 1 Stop in /usr/ports/sysutils/lsof/work/lsof_4.53C.freebsd. *** Error code 1 Stop in /usr/ports/sysutils/lsof. *** Error code 1 Stop in /usr/ports/sysutils/lsof. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message