From owner-cvs-all Sun Dec 3 3:32:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8891D37B400; Sun, 3 Dec 2000 03:32:28 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB3BWSp09157; Sun, 3 Dec 2000 03:32:28 -0800 (PST) (envelope-from dwmalone) Message-Id: <200012031132.eB3BWSp09157@freefall.freebsd.org> From: David Malone Date: Sun, 3 Dec 2000 03:32:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c inetd.c inetd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/12/03 03:32:27 PST Modified files: usr.sbin/inetd builtins.c inetd.c inetd.h Log: Tidy up some prototypes: make sure there is exactly one prototype for each function, use K&R style definitions everywhere to match dominant style, make flag_signal take an int to avoid problems if we have ANSI prototypes and K&R definitions. Revision Changes Path 1.28 +1 -3 src/usr.sbin/inetd/builtins.c 1.87 +9 -5 src/usr.sbin/inetd/inetd.c 1.6 +3 -2 src/usr.sbin/inetd/inetd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message