From b5a5d3ec1c83dddd7e03346f9403fb156eddf399 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 22 Jul 2005 18:37:33 +0000 Subject: [PATCH] new svrctl SETPARAM to set or override environment variables obtained from the boot monitor --- include/sys/svrctl.h | 1 + 1 file changed, 1 insertion(+) 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) -- 2.44.0