From owner-cvs-src@FreeBSD.ORG Thu Jan 19 07:55:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 B234F16A41F; Thu, 19 Jan 2006 07:55:25 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE3643D5D; Thu, 19 Jan 2006 07:55:24 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 017AB20AE; Thu, 19 Jan 2006 08:55:19 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -3.2/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 7A3ED20AC; Thu, 19 Jan 2006 08:55:18 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 5E21F33C4C; Thu, 19 Jan 2006 08:55:18 +0100 (CET) To: Xin LI References: <200601180747.k0I7llix028234@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 19 Jan 2006 08:55:18 +0100 In-Reply-To: <200601180747.k0I7llix028234@repoman.freebsd.org> (Xin LI's message of "Wed, 18 Jan 2006 07:47:46 +0000 (UTC)") Message-ID: <86zmlsd53t.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd Makefile inetd.c inetd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 19 Jan 2006 07:55:25 -0000 Xin LI writes: > Log: > Improves and cleanups over inetd(8): >=20=20=20 > - Teach inetd(8) about kqueue, originally implemented by jmg@[1]. > - Use new C99 style function prototypes instead of K&Rs. > - Raise WARNS from 2 to 6 There is no "new C99 style" for function prototypes. The correct description for what you did, in standardese, is "replace declaration lists in function definitions with parameter type lists" (C99 =A76.9.1). Parameter type lists were introduced in the original ANSI C standard in 1989, which is why we usually describe what you did as "ANSIfy". See also src/tools/tools/ansify. DES (needs to spend less time on comp.lang.c) --=20 Dag-Erling Sm=F8rgrav - des@des.no