From owner-cvs-all Fri Sep 14 4:25:21 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 5923637B40E; Fri, 14 Sep 2001 04:25:13 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f8EBPBi25552; Fri, 14 Sep 2001 12:25:11 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f8EBMYd29701; Fri, 14 Sep 2001 12:22:34 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109141122.f8EBMYd29701@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Jeroen Ruigrok van der Werven Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@freebsd-services.com Subject: Re: cvs commit: src/sys/sys cdefs.h In-Reply-To: Message from Jeroen Ruigrok van der Werven of "Fri, 14 Sep 2001 04:01:10 PDT." <200109141101.f8EB1AT48721@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 14 Sep 2001 12:22:34 +0100 From: Brian Somers 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 > asmodai 2001/09/14 04:01:10 PDT > > Modified files: > sys/sys cdefs.h > Log: > For old gcc/gcc-based compilers and non gcc compilers make sure to > hide the __attribute__ gcc keyword. > > Reviewed and helped by: peter > > Revision Changes Path > 1.37 +2 -1 src/sys/sys/cdefs.h It may be better to #define this as something that'll break the compile. Code that uses gcc __attribute__s will probably break badly if they're just ignored. -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message