From owner-cvs-src@FreeBSD.ORG Mon Dec 13 17:21:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0241816A4D7; Mon, 13 Dec 2004 17:21:41 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AA6D43D45; Mon, 13 Dec 2004 17:21:40 +0000 (GMT) (envelope-from imp@harmony.village.org) Received: from localhost (localhost [IPv6:::1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBDHJWbs065854; Mon, 13 Dec 2004 10:19:32 -0700 (MST) (envelope-from imp@harmony.village.org) Date: Mon, 13 Dec 2004 10:19:32 -0700 (MST) Message-Id: <20041213.101932.41697633.imp@harmony.village.org> To: des@des.no From: Warner Losh In-Reply-To: References: <20041213160418.GB1528@electra.cse.Buffalo.EDU> <20041213.091049.19644100.imp@bsdimp.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: brooks@freebsd.org cc: brooks@one-eyed-alien.net cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: src-committers@freebsd.org cc: wb@freebie.xs4all.nl cc: kensmith@cse.Buffalo.EDU cc: imp@bsdimp.com Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 17:21:41 -0000 From: des@des.no (Dag-Erling Sm=F8rgrav) Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c = if.h Date: Mon, 13 Dec 2004 17:50:01 +0100 > "M. Warner Losh" writes: > > Ken Smith writes: > > > int main(void) > > int main(int argc, char *argv[]) > = > Both are correct according to the standard. The latter is what style(9) implies is the right one for FreeBSD. Warner