diff options
author | netchild <netchild@FreeBSD.org> | 2006-12-21 13:11:06 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-12-21 13:11:06 +0000 |
commit | c8fb50b5e691e74fbe37e813076a7d94f7b06fb1 (patch) | |
tree | 0a1255ad72197149242dd7ee4bdebe4f30963dfe /sys/compat/linux/linux_ipc.h | |
parent | d9ff34ca5af5c38e8a2257a80663e6004c23d4e5 (diff) | |
download | FreeBSD-src-c8fb50b5e691e74fbe37e813076a7d94f7b06fb1.zip FreeBSD-src-c8fb50b5e691e74fbe37e813076a7d94f7b06fb1.tar.gz |
MFP4 (110956):
Add definition for LINUX_MSG_INFO.
This fixes the tinderbox errors.
Submitted by: rdivacky
Diffstat (limited to 'sys/compat/linux/linux_ipc.h')
-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 2557f22..4c01342 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_ */ |