]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach_debug/vm_info.h
xnu-2050.18.24.tar.gz
[apple/xnu.git] / osfmk / mach_debug / vm_info.h
index 3d840aebd2bc26a65996ecc7106faebd0ba7f57c..91786c8ba0257ab47b495b782fdf335f43563ab8 100644 (file)
@@ -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 <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
@@ -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_ */