X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..89b3af67bb32e691275bf6fa803d1834b2284115:/bsd/sys/protosw.h diff --git a/bsd/sys/protosw.h b/bsd/sys/protosw.h index 50aa9af07..17c791118 100644 --- a/bsd/sys/protosw.h +++ b/bsd/sys/protosw.h @@ -112,9 +112,7 @@ struct socket_filter; #include #endif /* KERNEL */ -#if __DARWIN_ALIGN_POWER -#pragma options align=power -#endif +#pragma pack(4) struct protosw { short pr_type; /* socket type used for */ @@ -162,9 +160,7 @@ struct protosw { #endif }; -#if __DARWIN_ALIGN_POWER -#pragma options align=reset -#endif +#pragma pack() /* * Values for pr_flags.