Date: Mon, 13 May 2002 07:11:33 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/iir iir.c Message-ID: <200205131411.g4DEBY028022@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/05/13 07:11:33 PDT
Modified files:
sys/dev/iir iir.c
Log:
Don't include <stddef.h> "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 <stddef.h> 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...).
Revision Changes Path
1.3 +0 -2 src/sys/dev/iir/iir.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205131411.g4DEBY028022>
