cvs commit: src/sys/kern kern_descrip.c src/sys/sys filedesc.h

Poul-Henning Kamp phk at phk.freebsd.dk
Sun Nov 7 12:38:43 PST 2004


In message <20041107212943.A570 at korben.prv.univie.ac.at>, Lukas Ertl writes:
>On Sun, 7 Nov 2004, Poul-Henning Kamp wrote:
>
>>  Modified files:
>>    sys/kern             kern_descrip.c
>>    sys/sys              filedesc.h
>>  Log:
>>  Move fdinit() related stuff from .h to .c
>
>This breaks src/usr.bin/fstat/fstat.c:
>
>/usr/src/usr.bin/fstat/fstat.c: In function `dofiles':
>/usr/src/usr.bin/fstat/fstat.c:325: error: storage size of 'filed0' isn't known
>/usr/src/usr.bin/fstat/fstat.c:363: error: `NDFILE' undeclared (first use in this function)
>/usr/src/usr.bin/fstat/fstat.c:363: error: (Each undeclared identifier is reported only once
>/usr/src/usr.bin/fstat/fstat.c:363: error: for each function it appears in.)

Fixed.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the cvs-all mailing list