From owner-cvs-all Mon May 13 7:11:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EF4737B400; Mon, 13 May 2002 07:11:34 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DEBY028022; Mon, 13 May 2002 07:11:34 -0700 (PDT) (envelope-from bde) Message-Id: <200205131411.g4DEBY028022@freefall.freebsd.org> From: Bruce Evans Date: Mon, 13 May 2002 07:11:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/iir iir.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/05/13 07:11:33 PDT Modified files: sys/dev/iir iir.c Log: 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...). 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