Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2000 17:08:33 +0100
From:      Ben Smithurst <ben@FreeBSD.org>
To:        Nick Hibma <n_hibma@calcaphon.com>
Cc:        Peter Wemm <peter@netplex.com.au>, 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>
In-Reply-To: <Pine.BSF.4.20.0008021454510.48817-100000@localhost>
References:  <200008020241.TAA75040@netplex.com.au> <Pine.BSF.4.20.0008021454510.48817-100000@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000802170833.N49446>