X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/21362eb3e66fd2c787aee132bce100a44d71a99c..4452a7af2eac33dbad800bcc91f2399d62c18f53:/bsd/sys/domain.h diff --git a/bsd/sys/domain.h b/bsd/sys/domain.h index eea934b6f..7a683b1f6 100644 --- a/bsd/sys/domain.h +++ b/bsd/sys/domain.h @@ -84,9 +84,7 @@ struct mbuf; #define DOM_REENTRANT 0x01 -#if __DARWIN_ALIGN_POWER -#pragma options align=power -#endif +#pragma pack(4) struct domain { int dom_family; /* AF_xxx */ @@ -113,9 +111,7 @@ struct domain { u_long reserved[2]; }; -#if __DARWIN_ALIGN_POWER -#pragma options align=reset -#endif +#pragma pack() #ifdef KERNEL extern struct domain *domains;