On Fri, Jan 22, 2016 at 11:31:30PM +0000, David A. Holland wrote: > Module Name: src > Committed By: dholland > Date: Fri Jan 22 23:31:30 UTC 2016 > > Modified Files: > src/sys/sys: dirent.h > > Log Message: > Uses __GNUC_PREREQ__, needs sys/cdefs.h.
I wonder if including stddef.h / libkern.h and using the real offsetof would be better. Joerg