From owner-cvs-all Wed Aug 2 11: 0:55 2000 Delivered-To: cvs-all@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 1C74E37B845; Wed, 2 Aug 2000 11:00:45 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13K14N-000NEV-00; Wed, 02 Aug 2000 17:08:35 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13K14L-000Mma-00; Wed, 02 Aug 2000 17:08:33 +0100 Date: Wed, 2 Aug 2000 17:08:33 +0100 From: Ben Smithurst To: Nick Hibma Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb uhci.c Message-ID: <20000802170833.N49446@strontium.scientia.demon.co.uk> References: <200008020241.TAA75040@netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nick Hibma wrote: > After doing the other files as well, maybe I'll be in the top 10 for > annual stats on lines committed ... :-) Perhaps you could get rid of all that '#if __STDC__' crap in libc while you're at it. :-) #if __STDC__ execl(const char *name, const char *arg, ...) #else execl(name, arg, va_alist) const char *name; const char *arg; va_dcl #endif ugghhhh. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message