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

Lukas Ertl le at FreeBSD.org
Sun Nov 7 20:30:35 GMT 2004


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

cheers,
le

-- 
Lukas Ertl                         http://homepage.univie.ac.at/l.ertl/
le at FreeBSD.org                     http://people.freebsd.org/~le/


More information about the cvs-src mailing list