diff --git a/include/sys/select.h b/include/sys/select.h index 7e6feacb2..81d6e5486 100755 --- a/include/sys/select.h +++ b/include/sys/select.h @@ -4,7 +4,7 @@ #ifdef _POSIX_SOURCE -#include +#include #include #include diff --git a/include/sys/svrctl.h b/include/sys/svrctl.h index bf8746b92..90291897b 100755 --- a/include/sys/svrctl.h +++ b/include/sys/svrctl.h @@ -35,6 +35,13 @@ struct mmswapon { char file[128]; /* Name of swap file/device. */ }; +struct svrqueryparam { + char *param; /* Names of parameters to query. */ + size_t psize; /* Length of param[]. */ + char *value; /* To return values. */ + size_t vsize; +}; + /* A proper system call must be created later. */ #include "/usr/src/servers/fs/dmap.h" struct fssignon {