summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-12-21 13:11:06 +0000
committernetchild <netchild@FreeBSD.org>2006-12-21 13:11:06 +0000
commitc8fb50b5e691e74fbe37e813076a7d94f7b06fb1 (patch)
tree0a1255ad72197149242dd7ee4bdebe4f30963dfe /sys/compat
parentd9ff34ca5af5c38e8a2257a80663e6004c23d4e5 (diff)
downloadFreeBSD-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')
-rw-r--r--sys/compat/linux/linux_ipc.h2
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_ */
OpenPOWER on IntegriCloud