]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/vnioctl.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / sys / vnioctl.h
index 37bb0de238a613ddc614c9c3a922beaaacef5239..93812dcac9febe4c95588871e4d7334e3458cdc7 100644 (file)
@@ -88,20 +88,12 @@ struct vn_ioctl {
 
 #ifdef KERNEL_PRIVATE
 
-#if __DARWIN_ALIGN_NATURAL
-#pragma options align=natural
-#endif
-
 struct user_vn_ioctl {
        u_int64_t       vn_file;        /* pathname of file to mount */
        int                     vn_size;        /* (returned) size of disk */
        vncontrol_t     vn_control;
 };
 
-#if __DARWIN_ALIGN_NATURAL
-#pragma options align=reset
-#endif
-
 #endif /* KERNEL_PRIVATE */
 
 /*