Subject: CVS commit: src/bin/mv
To: None <source-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 01/16/2008 11:43:35
Module Name:	src
Committed By:	hubertf
Date:		Wed Jan 16 11:43:35 UTC 2008

Modified Files:
	src/bin/mv: mv.c

Log Message:
Code cleanup:
 - Removed case '?' before default in switch
 - Don't forget to close opened decriptors when malloc() fails
 - Hold vfork() result in variable with pid_t type (instead of int)

Sent ages ago by Slava Semushin <php-coder@altlinux.ru> in private mail.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/bin/mv/mv.c

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