Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/sbin/init
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.
Home |
Main Index |
Thread Index |
Old Index