From owner-cvs-gnu Sun Mar 16 17:44:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA11286 for cvs-gnu-outgoing; Sun, 16 Mar 1997 17:44:51 -0800 (PST) Received: (from jmg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA11278; Sun, 16 Mar 1997 17:44:49 -0800 (PST) Date: Sun, 16 Mar 1997 17:44:49 -0800 (PST) From: John-Mark Gurney Message-Id: <199703170144.RAA11278@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/patch Makefile getopt.c inp.c patch.c util.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 97/03/16 17:44:48 Modified: gnu/usr.bin/patch Makefile getopt.c inp.c patch.c util.c Log: fix compilation warnings in patch... (with slight modification) also remove -Wall that I acidentally committed last time I was here... Submitted-by: Philippe Charnier Closes PR#2998 Revision Changes Path 1.4 +1 -1 src/gnu/usr.bin/patch/Makefile 1.2 +1 -0 src/gnu/usr.bin/patch/getopt.c 1.5 +15 -2 src/gnu/usr.bin/patch/inp.c 1.8 +15 -1 src/gnu/usr.bin/patch/patch.c 1.4 +2 -2 src/gnu/usr.bin/patch/util.c