Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2004 21:30:25 +0100 (CET)
From:      Lukas Ertl <le@FreeBSD.org>
To:        Poul-Henning Kamp <phk@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern kern_descrip.c src/sys/sys filedesc.h
Message-ID:  <20041107212943.A570@korben.prv.univie.ac.at>
In-Reply-To: <200411071534.iA7FYjQT092522@repoman.freebsd.org>
References:  <200411071534.iA7FYjQT092522@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org                     http://people.freebsd.org/~le/



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