]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/protosw.h
xnu-792.22.5.tar.gz
[apple/xnu.git] / bsd / sys / protosw.h
index 50aa9af07e4e536bc8a624b85fbdb66fa77981fb..17c79111853cf3892b2fb1ec123b58a40d3d0f97 100644 (file)
@@ -112,9 +112,7 @@ struct socket_filter;
 #include <kern/locks.h>
 #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.