Re: Review: offsetof//fldoff patch.

2000-10-24 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "Justin T. Gibbs" wri tes: >> >>Please test & review this patch: >> >> http://phk.freebsd.dk/patch/offsetof.patch > >I believe that several drivers include stddef.h to get >offsetof. I think most of these files are flagged by >"/* for offsetof */". Right, in

Re: Review: offsetof//fldoff patch.

2000-10-24 Thread Justin T. Gibbs
> >Please test & review this patch: > > http://phk.freebsd.dk/patch/offsetof.patch I believe that several drivers include stddef.h to get offsetof. I think most of these files are flagged by "/* for offsetof */". -- Justin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscrib

Re: Review: offsetof//fldoff patch.

2000-10-24 Thread Julian Elischer
Poul-Henning Kamp wrote: > > Please test & review this patch: > > http://phk.freebsd.dk/patch/offsetof.patch > > - > Define offsetof() in for the kernel and in > for userland. > > #ifdef the definition in and so that > we don't need N identical definitions in but >

Review: offsetof//fldoff patch.

2000-10-24 Thread Poul-Henning Kamp
Please test & review this patch: http://phk.freebsd.dk/patch/offsetof.patch - Define offsetof() in for the kernel and in for userland. #ifdef the definition in and so that we don't need N identical definitions in but still allow for a MD definition there should nee