Subject: Rename execsw.es_check to es_makecmds
To: None <tech-kern@netbsd.org>
From: Bang Jun-Young <junyoung@mogua.com>
List: tech-kern
Date: 02/05/2004 12:44:56
Hi,

Will be there any objections if I rename execsw.es_check to es_makecmds?
From sys/exec.h:

struct execsw {
	u_int	es_hdrsz;		/* size of header for this format */
	exec_makecmds_fcn es_check;	/* function to check exec format */

es_check was badly named, since it actually does a lot more than just
"check".

Jun-Young