diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-12-21 13:11:06 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-12-21 13:11:06 +0000 |
| commit | de6bf3bfcd1ae32b166049a6cf32da4054270e3a (patch) | |
| tree | 0a1255ad72197149242dd7ee4bdebe4f30963dfe /sys/compat/linux | |
| parent | dce95037f437de3870b50390854f7c9561136381 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/linux_ipc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_ipc.h b/sys/compat/linux/linux_ipc.h index 2557f22fedd1..4c013429253a 100644 --- a/sys/compat/linux/linux_ipc.h +++ b/sys/compat/linux/linux_ipc.h @@ -135,6 +135,8 @@ int linux_shmctl(struct thread *, struct linux_shmctl_args *); int linux_shmdt(struct thread *, struct linux_shmdt_args *); int linux_shmget(struct thread *, struct linux_shmget_args *); +#define LINUX_MSG_INFO 12 + #endif /* __i386__ || __amd64__ */ #endif /* _LINUX_IPC_H_ */ |
