X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6601e61aa18bf4f09af135ff61fc7f4771d23b06..0c530ab8987f0ae6a1a3d9284f40182b88852816:/bsd/miscfs/union/union.h diff --git a/bsd/miscfs/union/union.h b/bsd/miscfs/union/union.h index 475a6f7dd..9c64c4c7d 100644 --- a/bsd/miscfs/union/union.h +++ b/bsd/miscfs/union/union.h @@ -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. */