Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2000 06:13:20 -0600
From:      Larry Rosenman <ler@lerctr.org>
To:        Alfred Perlstein <alfred@FreeBSD.org>
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>
In-Reply-To: <200012050943.eB59hDn23446@freefall.freebsd.org>; from alfred@FreeBSD.org on Tue, Dec 05, 2000 at 01:43:12AM -0800
References:  <200012050943.eB59hDn23446@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Alfred Perlstein <alfred@FreeBSD.org> [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 <sys/lock.h> 



-- 
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001205061320.A4269>