From: Ben Gras Date: Fri, 22 Jul 2005 18:37:33 +0000 (+0000) Subject: new svrctl SETPARAM to set or override environment variables obtained X-Git-Tag: v3.1.0~560 X-Git-Url: http://zhaoyanbai.com/repos/cppcheck-error.log?a=commitdiff_plain;h=b5a5d3ec1c83dddd7e03346f9403fb156eddf399;p=minix.git new svrctl SETPARAM to set or override environment variables obtained from the boot monitor --- diff --git a/include/sys/svrctl.h b/include/sys/svrctl.h index 90291897b..9df1a4aca 100755 --- a/include/sys/svrctl.h +++ b/include/sys/svrctl.h @@ -19,6 +19,7 @@ Created: Feb 15, 1994 by Philip Homburg #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)