Subject: CVS commit: basesrc/sbin/init
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/26/2002 21:50:26
Module Name:	basesrc
Committed By:	christos
Date:		Sat Jan 26 19:50:26 UTC 2002

Modified Files:
	basesrc/sbin/init: init.c

Log Message:
KNF: - use %m always instead of sometimes using strerror()
     - space problems in casts
     - don't cast 0, use NULL
     - don't have long lines
     - don't cast malloc
     - use warn/warnx instead of fprintf
     - fix bug where a failed mount_mfs would cause the program to continue.
     - pass lint


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 basesrc/sbin/init/init.c

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