vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On 6/15/07, Stefan Sperling <stsp@stsp.name> wrote: > Hi, > > using -current as of yesterday. > > During make release I had this error: > > In file included from /usr/src/sys/dev/usb/usb_mem.c:62: > /usr/src/sys/dev/usb/usbdivar.h:228: error: field `timeout_handle' has > incomplete type > *** Error code 1 > > Stop in /usr/src/sys/arch/i386/compile/RAMDISK_CD (line 2224 of Makefile). > *** Error code 1 > > Stop in /usr/src/distrib/i386/ramdisk_cd (line 67 of > /usr/src/distrib/i386/ramdisk_cd/../common/Makefile.inc). > *** Error code 1 > > Stop in /usr/src/distrib/i386. > *** Error code 1 > > Stop in /usr/src/distrib. > *** Error code 1 > > Stop in /usr/src/etc (line 335 of Makefile). > > I could reproduce the problem trying to compile a RAMDISK_CD > kernel on it's own. > > This fixed the problem: > > Index: usb_mem.c > ================================================== ================= > RCS file: /cvs/src/sys/dev/usb/usb_mem.c,v > retrieving revision 1.19 > diff -u -r1.19 usb_mem.c > --- usb_mem.c 5 Jun 2007 08:43:56 -0000 1.19 > +++ usb_mem.c 15 Jun 2007 08:17:21 -0000 > @@ -51,6 +51,7 @@ > #include <sys/malloc.h> > #include <sys/queue.h> > #include <sys/device.h> /* for usbdivar.h */ > +#include <sys/timeout.h> /* for usbdivar.h */ > #include <machine/bus.h> > > #ifdef DIAGNOSTIC > > -- > stefan > http://stsp.name PGP Key: 0xF59D25F0 > > This was fixed like 4 hours ago by Theo. br dunceor |
| Thread Tools | |
| Display Modes | |
|
|