]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/miscfs/union/union.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / miscfs / union / union.h
index 475a6f7dd224ce5f641e25979922bfae05780600..9c64c4c7dca92433a3fa4bfc28f652e357143d1e 100644 (file)
@@ -90,19 +90,12 @@ struct union_mount {
  */
 /* LP64todo - should this move? */
 
-#if __DARWIN_ALIGN_NATURAL
-#pragma options align=natural
-#endif
-
 struct user_union_args {
        user_addr_t     target;         /* Target of loopback  */
        int                     mntflags;       /* Options on the mount */
+       char            _pad[4];
 };
 
-#if __DARWIN_ALIGN_NATURAL
-#pragma options align=reset
-#endif
-
 /*
  * DEFDIRMODE is the mode bits used to create a shadow directory.
  */