/*
- * 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@
*
* 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
#include <mach/vm_prot.h>
#include <mach/memory_object_types.h>
-#if __DARWIN_ALIGN_POWER
-#pragma options align=power
-#endif
+#pragma pack(4)
/*
* Remember to update the mig type definitions
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_ */