From owner-cvs-all Tue Apr 30 13:40:10 2002 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 E9AFD37B404; Tue, 30 Apr 2002 13:40:03 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3UKe3o71527; Tue, 30 Apr 2002 13:40:03 -0700 (PDT) (envelope-from gad) Message-Id: <200204302040.g3UKe3o71527@freefall.freebsd.org> From: Garance A Drosehn Date: Tue, 30 Apr 2002 13:40:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/patch backupfile.c backupfile.h common.h getopt.c getopt.h inp.c inp.h patch.c pch.c pch.h util.c util.h version.c version.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gad 2002/04/30 13:40:02 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/patch backupfile.c backupfile.h common.h getopt.c getopt.h inp.c inp.h patch.c pch.c pch.h util.c util.h version.c version.h Log: MFC *: Add many prototypes and ANSI-ize 'patch. Not a complete job of it, but it gets our patch to look a little more like NetBSD's, and it is nice in that the object code remains exactly the same (even though this does result in two compile-time warnings that didn't happen before). [* = 1.6 backupfile.c, 1.5 backupfile.h, 1.8 common.h, 1.6 getopt.c, 1.5 getopt.h, 1.11 inp.c, 1.7 inp.h, 1.20 patch.c, 1.19 pch.c, 1.7 pch.h, 1.9 util.c, 1.8 util.h, 1.7 version.c, 1.7 version.h] Revision Changes Path 1.4.6.2 +24 -40 src/gnu/usr.bin/patch/backupfile.c 1.3.6.2 +3 -9 src/gnu/usr.bin/patch/backupfile.h 1.7.2.1 +2 -2 src/gnu/usr.bin/patch/common.h 1.4.6.2 +7 -18 src/gnu/usr.bin/patch/getopt.c 1.3.6.2 +1 -1 src/gnu/usr.bin/patch/getopt.h 1.10.2.1 +24 -22 src/gnu/usr.bin/patch/inp.c 1.6.2.1 +7 -7 src/gnu/usr.bin/patch/inp.h 1.16.2.3 +33 -44 src/gnu/usr.bin/patch/patch.c 1.16.2.3 +77 -69 src/gnu/usr.bin/patch/pch.c 1.6.2.1 +24 -24 src/gnu/usr.bin/patch/pch.h 1.7.6.2 +8 -16 src/gnu/usr.bin/patch/util.c 1.7.2.1 +13 -13 src/gnu/usr.bin/patch/util.h 1.6.2.1 +3 -3 src/gnu/usr.bin/patch/version.c 1.6.2.1 +2 -2 src/gnu/usr.bin/patch/version.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message