On Wednesday 20 September 2006 20:50, Bill Moran wrote: > In response to Hans Petter Selasky <[EMAIL PROTECTED]>: > > Ok. Just add: > > > > #ifndef TS_CALLOUT > > #define TS_CALLOUT MINOR_CALLOUT > > #endif > > > > If you get more errors, then just compile with the -k option to get all > > errors. > > > > Before line 186. > > I'll let you know, but I may not get to this until tomorrow.
Looks like my patch failed. Try this instead: #ifndef TS_CALLOUT #define TS_CALLOUT NULL, unit, MINOR_CALLOUT /* compile fix for FreeBSD 6.x */ #endif --HPS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[EMAIL PROTECTED]"
