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
>
>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
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
>
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