K 10 svn:author V 3 bde K 8 svn:date V 27 2002-05-13T14:11:33.000000Z K 7 svn:log V 401 Don't include "For offsetof". This is not even wrong in -current, since offsetof() is defined a header under /sys so that system sources don't need to have this wrong include. This bug was only detected because my version of has some spelling fixes (s/field/member/g) and gcc is now sensitive to the spelling of arg names in macros as required by standards (ISO C90 6.8.3...). END