Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: cgd
Date: Sun Jul 4 21:39:34 UTC 1999
Modified Files:
basesrc/distrib/utils/sysinst: defs.h disks.c run.c
Log Message:
convert run_prog's error message from being a "const char *" to a msg.
XXX Only the callers that actually pass strings were fixed, the rest were
XXX left passing 'NULL'. Eventually they should be cleaned up to pass
XXX MSG_NONE, but I didn't want to do that yet because somebody else
XXX (jonathan) is hacking on the run_prog callers and I didn't want to
XXX cause him a Lot of conflicts. at least right now, MSG_NONE and NULL
XXX are as equivalent as they need to be.
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 basesrc/distrib/utils/sysinst/defs.h
cvs rdiff -r1.28 -r1.29 basesrc/distrib/utils/sysinst/disks.c
cvs rdiff -r1.22 -r1.23 basesrc/distrib/utils/sysinst/run.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