]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/kext_net.h
xnu-792.18.15.tar.gz
[apple/xnu.git] / bsd / net / kext_net.h
index a60e400a97514ece3d0fb2539e7fc79292596a30..7df166cda2c24b1f8b642cea706c8662f33eea48 100644 (file)
@@ -104,9 +104,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;
@@ -115,9 +113,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 */