new svrctl SETPARAM to set or override environment variables obtained
from the boot monitor
This commit is contained in:
parent
08578c6afb
commit
b5a5d3ec1c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue