X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..89b3af67bb32e691275bf6fa803d1834b2284115:/bsd/sys/ipcs.h diff --git a/bsd/sys/ipcs.h b/bsd/sys/ipcs.h index 38e99b62d..f30abbfe2 100644 --- a/bsd/sys/ipcs.h +++ b/bsd/sys/ipcs.h @@ -59,10 +59,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 */ @@ -71,10 +67,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 */ /*