Subject: CVS commit: src/bin/cp
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/15/2005 18:22:18
Module Name:	src
Committed By:	christos
Date:		Sat Oct 15 18:22:18 UTC 2005

Modified Files:
	src/bin/cp: cp.c extern.h utils.c

Log Message:
- Don't output 'src -> dst' when -v and there was an error.
- Mark usage as noreturn, and remove extraneous exit.
- Pass lint.
Reported by Liam Foy.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/bin/cp/cp.c
cvs rdiff -r1.11 -r1.12 src/bin/cp/extern.h
cvs rdiff -r1.28 -r1.29 src/bin/cp/utils.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.