Changeset 356 for trunk/tool
- Timestamp:
- 07/11/08 17:21:20 (6 months ago)
- Location:
- trunk/tool
- Files:
-
- 3 modified
-
include.diff (modified) (2 diffs)
-
patches/_structs.diff (modified) (1 diff)
-
patches/thread_status.diff (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tool/include.diff
r355 r356 387 387 388 388 #endif /* __APPLE_API_OBSOLETE */ 389 diff --git a/mach/arm/_structs.h b/mach/arm/_structs.h389 diff --git /usr/include/mach/arm/_structs.h /usr/include/mach/arm/_structs.h 390 390 index e130afa..1f98c98 100644 391 --- a/mach/arm/_structs.h392 +++ b/mach/arm/_structs.h391 --- /usr/include/mach/arm/_structs.h 392 +++ /usr/include/mach/arm/_structs.h 393 393 @@ -25,7 +25,7 @@ _STRUCT_ARM_EXCEPTION_STATE 394 394 }; … … 400 400 _STRUCT_ARM_THREAD_STATE 401 401 { 402 diff --git a/mach/arm/thread_status.h b/mach/arm/thread_status.h402 diff --git /usr/include/mach/arm/thread_status.h /usr/include/mach/arm/thread_status.h 403 403 index 69f9f4f..cc66a92 100755 404 --- a/mach/arm/thread_status.h405 +++ b/mach/arm/thread_status.h404 --- /usr/include/mach/arm/thread_status.h 405 +++ /usr/include/mach/arm/thread_status.h 406 406 @@ -2,6 +2,7 @@ 407 407 #define _MACH_ARM_THREAD_STATUS_H_ -
trunk/tool/patches/_structs.diff
r355 r356 1 diff --git a/mach/arm/_structs.h b/mach/arm/_structs.h1 diff --git /usr/include/mach/arm/_structs.h /usr/include/mach/arm/_structs.h 2 2 index e130afa..1f98c98 100644 3 --- a/mach/arm/_structs.h4 +++ b/mach/arm/_structs.h3 --- /usr/include/mach/arm/_structs.h 4 +++ /usr/include/mach/arm/_structs.h 5 5 @@ -25,7 +25,7 @@ _STRUCT_ARM_EXCEPTION_STATE 6 6 }; -
trunk/tool/patches/thread_status.diff
r355 r356 1 diff --git a/mach/arm/thread_status.h b/mach/arm/thread_status.h1 diff --git /usr/include/mach/arm/thread_status.h /usr/include/mach/arm/thread_status.h 2 2 index 69f9f4f..cc66a92 100755 3 --- a/mach/arm/thread_status.h4 +++ b/mach/arm/thread_status.h3 --- /usr/include/mach/arm/thread_status.h 4 +++ /usr/include/mach/arm/thread_status.h 5 5 @@ -2,6 +2,7 @@ 6 6 #define _MACH_ARM_THREAD_STATUS_H_
