Date: Wed, 06 Dec 2000 08:23:39 +0000 From: "Pierre Y. Dampure" <pierre.dampure@westmarsh.com> To: Alfred Perlstein <alfred@freebsd.org> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mount.h src/usr.bin/fstat fstat.c Message-ID: <3A2DF78B.257344F9@westmarsh.com> References: <200012040921.eB49L6e90365@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A2DF78B.257344F9>