select.h should include <sys.time.h>. Added struct svrqueryparam to svrctl.h.
This commit is contained in:
parent
18458079f8
commit
013f484525
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#ifdef _POSIX_SOURCE
|
#ifdef _POSIX_SOURCE
|
||||||
|
|
||||||
#include <time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
|
@ -35,6 +35,13 @@ struct mmswapon {
|
|||||||
char file[128]; /* Name of swap file/device. */
|
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. */
|
/* A proper system call must be created later. */
|
||||||
#include "/usr/src/servers/fs/dmap.h"
|
#include "/usr/src/servers/fs/dmap.h"
|
||||||
struct fssignon {
|
struct fssignon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user