From: Philip Homburg Date: Tue, 28 Jun 2005 15:01:55 +0000 (+0000) Subject: select.h should include . Added struct svrqueryparam to svrctl.h. X-Git-Tag: v3.1.0~684 X-Git-Url: http://zhaoyanbai.com/repos/named.html?a=commitdiff_plain;h=013f4845251ba51762905c652f9312158e958bfe;p=minix.git select.h should include . Added struct svrqueryparam to svrctl.h. --- 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 {