diff -Naur libscg/scsi-mac-iokit.c libscg-patched/scsi-mac-iokit.c
old
|
new
|
|
55 | 55 | #include <Carbon/Carbon.h> |
56 | 56 | #include <IOKit/IOKitLib.h> |
57 | 57 | #include <IOKit/IOCFPlugIn.h> |
| 58 | |
| 59 | /* VERSION is used as an identifier somewhere in the Apple headers. */ |
| 60 | #define AVOID_COLLISION_SAVE_VERSION VERSION |
| 61 | #undef VERSION |
58 | 62 | #include <IOKit/scsi-commands/SCSITaskLib.h> |
| 63 | #define VERSION AVOID_COLLISION_SAVE_VERSION |
| 64 | #undef AVOID_COLLISION_SAVE_VERSION |
| 65 | |
59 | 66 | #include <mach/mach_error.h> |
60 | 67 | |
61 | 68 | struct scg_local { |