X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..99c3a10404e5d1ef94397ab4df5a8b74711fc4d3:/osfmk/mach_debug/vm_info.h?ds=sidebyside diff --git a/osfmk/mach_debug/vm_info.h b/osfmk/mach_debug/vm_info.h index 3d840aebd..91786c8ba 100644 --- a/osfmk/mach_debug/vm_info.h +++ b/osfmk/mach_debug/vm_info.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -53,8 +53,6 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ -/* - */ /* * File: mach_debug/vm_info.h * Author: Rich Draves @@ -72,9 +70,7 @@ #include #include -#if __DARWIN_ALIGN_POWER -#pragma options align=power -#endif +#pragma pack(4) /* * Remember to update the mig type definitions @@ -148,8 +144,6 @@ typedef struct vm_info_object { typedef vm_info_object_t *vm_info_object_array_t; -#if __DARWIN_ALIGN_POWER -#pragma options align=reset -#endif +#pragma pack() #endif /* _MACH_DEBUG_VM_INFO_H_ */