diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-11 11:43:09 +0000 | 
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-11 11:43:09 +0000 | 
| commit | 3ad9c842d2f2be0fbd917f1e22ff9c2700c0c50f (patch) | |
| tree | dd3429246e9b840440a70d3aa3d72b2350dbe054 /sys/compat/linux/linux_ipc.h | |
| parent | 65edeb23583a4bc63ed966d6967da5de016c974a (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_ipc.h')
| -rw-r--r-- | sys/compat/linux/linux_ipc.h | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_ipc.h b/sys/compat/linux/linux_ipc.h index 183afe10244a..33a85b729b88 100644 --- a/sys/compat/linux/linux_ipc.h +++ b/sys/compat/linux/linux_ipc.h @@ -31,6 +31,15 @@  #ifndef _LINUX_IPC_H_  #define _LINUX_IPC_H_ +/* + * Version flags for semctl, msgctl, and shmctl commands + * These are passed as bitflags or-ed with the actual command + */ +#define	LINUX_IPC_OLD	0	/* Old version (no 32-bit UID support on many +				   architectures) */ +#define	LINUX_IPC_64	0x0100	/* New version (support 32-bit UIDs, bigger +				   message sizes, etc. */ +  #ifdef __i386__  struct linux_msgctl_args   | 
