]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/notify.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / osfmk / mach / notify.h
index 28d823d92d0351153d6425cc7d65d95e93f1ae3a..89515ec57a12ba255e50238800300dd4fcb2abbd 100644 (file)
@@ -82,8 +82,6 @@
 
 typedef mach_port_t notify_port_t;
 
-#include <sys/appleapiopts.h>
-#ifdef __APPLE_API_OBSOLETE
 /*
  * Hard-coded message structures for receiving Mach port notification
  * messages.  However, they are not actual large enough to receive 
@@ -125,6 +123,4 @@ typedef struct {
     mach_msg_format_0_trailer_t trailer;
 } mach_dead_name_notification_t;
 
-#endif  /* __APPLE_API_OBSOLETE */
-
 #endif /* _MACH_NOTIFY_H_ */