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 identical definitions in <machine/ansi.h> but
still allow for a MD definition there should need be.
Use offsetof() instead of fldoff()
Remove nested include of <struct.h> from <sys/queue.h>
Remove local definitions of offsetof().
Deprecate <struct.h>
Tell people who get the message what to replace fldoff() with...
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message