From owner-freebsd-commit Sun Feb 18 21:56:55 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03883 for freebsd-commit-outgoing; Sun, 18 Feb 1996 21:56:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03867 for cvs-all-outgoing; Sun, 18 Feb 1996 21:56:45 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03835 Sun, 18 Feb 1996 21:56:35 -0800 (PST) Date: Sun, 18 Feb 1996 21:56:35 -0800 (PST) From: Paul Traina Message-Id: <199602190556.VAA03835@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/cp cp.c utils.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/02/18 21:56:35 Modified: bin/cp cp.c utils.c Log: Don't initialize udata, remove bogus case, fix usage string Revision Changes Path 1.9 +2 -3 src/bin/cp/cp.c 1.8 +3 -3 src/bin/cp/utils.c