]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/kext_net.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / net / kext_net.h
index e56930a55e84085f8ff7d9863231d636ac67566f..38e3eb120035fd2a1f00b6e03d9f63575854aa9c 100644 (file)
@@ -98,9 +98,7 @@ int           sflt_attach_private(struct socket *so, struct socket_filter *filter, sflt_h
  *  the 'where' NKE.  If the latter is NULL, the flags indicate "first"
  *  or "last"
  */
-#if __DARWIN_ALIGN_POWER
-#pragma options align=power
-#endif
+#pragma pack(4)
 
 struct so_nke
 {      unsigned int nke_handle;
@@ -109,9 +107,7 @@ struct so_nke
        unsigned long reserved[4];      /* for future use */
 };
 
-#if __DARWIN_ALIGN_POWER
-#pragma options align=reset
-#endif
+#pragma pack()
 
 #endif /* NET_KEXT_NET_H */