Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/sysinst
Module Name: src
Committed By: martin
Date: Mon May 11 13:07:57 UTC 2015
Modified Files:
src/usr.sbin/sysinst: configmenu.c defs.h menus.mi net.c util.c
Log Message:
Make "ask_yesno" and "ask_noyes" take a const char * as argument, moving
the deconst() dance into the utility functions and simplifying all callers.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/sysinst/configmenu.c
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/defs.h
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sysinst/menus.mi
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/sysinst/net.c
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/sysinst/util.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