Review: offsetof/struct.h/fldoff patch.

2000-10-24 Thread Poul-Henning Kamp
Please test review this patch: http://phk.freebsd.dk/patch/offsetof.patch - Define offsetof() in sys/types.h for the kernel and in stddef.h for userland. #ifdef the definition in stddef.h and sys/types.h so that we don't need N identical definitions in machine/ansi.h

Re: Review: offsetof/struct.h/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 sys/types.h for the kernel and in stddef.h for userland. #ifdef the definition in stddef.h and sys/types.h so that we don't need N

Re: Review: offsetof/struct.h/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 "unsubscribe

Re: Review: offsetof/struct.h/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 fact there are