Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2006 08:55:18 +0100
From:      des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=)
To:        Xin LI <delphij@FreeBSD.org>
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
Message-ID:  <86zmlsd53t.fsf@xps.des.no>
In-Reply-To: <200601180747.k0I7llix028234@repoman.freebsd.org> (Xin LI's message of "Wed, 18 Jan 2006 07:47:46 %2B0000 (UTC)")
References:  <200601180747.k0I7llix028234@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Xin LI <delphij@FreeBSD.org> 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




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