X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/13fec9890cf095cc781fdf7b8917cb03bf32dd4c..c0fea4742e91338fffdcf79f86a7c1d5e2b97eb1:/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. */