new svrctl SETPARAM to set or override environment variables obtained

from the boot monitor
This commit is contained in:
Ben Gras 2005-07-22 18:37:33 +00:00
parent 08578c6afb
commit b5a5d3ec1c

View file

@ -19,6 +19,7 @@ Created: Feb 15, 1994 by Philip Homburg <philip@cs.vu.nl>
#define MMSWAPON _IOW('M', 5, struct mmswapon)
#define MMSWAPOFF _IO ('M', 6)
#define MMGETPARAM _IOW('M', 5, struct sysgetenv)
#define MMSETPARAM _IOR('M', 7, struct sysgetenv)
/* FS controls. */
#define FSSIGNON _IOW('F', 2, struct fssignon)