]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/msg.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / sys / msg.h
index d639477d8270733c64619b5e365d4c02da0f25cc..76e3f1c270923fb755903832692649de49f5bf27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
 #ifndef _SYS_MSG_H_
 #define _SYS_MSG_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_UNSTABLE
 #include <sys/ipc.h>
 
+
 /*
  * The MSG_NOERROR identifier value, the msqid_ds struct and the msg struct
  * are as defined by the SV API Intel 386 Processor Supplement.
@@ -175,4 +179,5 @@ int msgrcv __P((int, void*, size_t, long, int));
 __END_DECLS
 #endif /* !KERNEL */
 
+#endif /* __APPLE_API_UNSTABLE */
 #endif /* !_SYS_MSG_H_ */