From owner-cvs-all Thu Feb 8 8:38:38 2001 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 58A1E37B491; Thu, 8 Feb 2001 08:38:17 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f18GcHJ79474; Thu, 8 Feb 2001 08:38:17 -0800 (PST) (envelope-from phantom) Message-Id: <200102081638.f18GcHJ79474@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 8 Feb 2001 08:38:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gencat gencat.c gencat.h genlib.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/02/08 08:38:17 PST Modified files: usr.bin/gencat gencat.c gencat.h genlib.c Log: Optimize gencat(1) sources in same manner as its libc part some time ago: . remove SYSV compatibility bits . sort #include's . ifdef unused code . cleanup BDECFLAGS warnings . fixed few typos in diagnostics messages . style(9) fixes as part of this cleanup I have changed all K&R declarations to ANSI style. Main reason for doing that was great mix of declarations used here - clean ASNI , clean K&R, ifdef'ed (both). Reviewed by: ache (mostly) Revision Changes Path 1.6 +23 -57 src/usr.bin/gencat/gencat.c 1.3 +17 -37 src/usr.bin/gencat/gencat.h 1.10 +113 -207 src/usr.bin/gencat/genlib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message