X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/378393581903b274cb7a4d18e0d978071a6b592d..0c530ab8987f0ae6a1a3d9284f40182b88852816:/bsd/sys/ipcs.h diff --git a/bsd/sys/ipcs.h b/bsd/sys/ipcs.h index e4a6e23f4..7592dc951 100644 --- a/bsd/sys/ipcs.h +++ b/bsd/sys/ipcs.h @@ -53,10 +53,6 @@ struct IPCS_command { #ifdef KERNEL_PRIVATE #include -#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 */ /*