]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/ipcs.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / bsd / sys / ipcs.h
index e4a6e23f4d5b6b4798a3f1bd4bed32d0c6bc5c3f..7592dc95193aef2f29c2a2e613e90a903ba479a7 100644 (file)
@@ -53,10 +53,6 @@ struct IPCS_command {
 #ifdef KERNEL_PRIVATE
 #include <machine/types.h>
 
-#if __DARWIN_ALIGN_NATURAL
-#pragma options align=natural
-#endif
-
 struct user_IPCS_command {
        int             ipcs_magic;     /* Magic number for struct layout */
        int             ipcs_op;        /* Operation to perform */
@@ -65,10 +61,6 @@ struct user_IPCS_command {
        user_addr_t     ipcs_data;      /* OP specific data */
 };
 
-#if __DARWIN_ALIGN_NATURAL
-#pragma options align=reset
-#endif
-
 #endif /* KERNEL_PRIVATE */
 
 /*