Date: Wed, 09 May 2001 15:27:07 -0600 From: Warner Losh <imp@harmony.village.org> To: Dima Dorfman <dima@unixfreak.org> Cc: audit@FreeBSD.ORG Subject: Re: jot(1) patch Message-ID: <200105092127.f49LR7b40095@harmony.village.org> In-Reply-To: Your message of "Wed, 09 May 2001 14:04:32 PDT." <20010509210433.1BDA13E28@bazooka.unixfreak.org> References: <20010509210433.1BDA13E28@bazooka.unixfreak.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20010509210433.1BDA13E28@bazooka.unixfreak.org> Dima Dorfman writes: : - use getopt : - de-register You should de __P() as well. The changes add a prototype : -usage() : +usage(void) which breaks K&R compatibility. So do one or the other. The one thing worse than old K&R code in the tree is broken K&R code in the tree. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105092127.f49LR7b40095>