root / trunk / data / iokittools / mactypes.diff
| Revision 199, 1.5 kB (checked in by saurik, 8 months ago) |
|---|
-
ioalloccount.tproj/ioalloccount.c
diff -ru IOKitTools-76/ioalloccount.tproj/ioalloccount.c IOKitTools-76+iPhone/ioalloccount.tproj/ioalloccount.c
old new 6 6 #include <CoreFoundation/CoreFoundation.h> 7 7 #include <IOKit/IOKitLib.h> 8 8 #include <IOKit/IOKitKeys.h> 9 #include <MacTypes.h> 9 10 10 11 static void printNumber( CFDictionaryRef dict, CFStringRef name ) 11 12 { -
ioclasscount.tproj/ioclasscount.c
diff -ru IOKitTools-76/ioclasscount.tproj/ioclasscount.c IOKitTools-76+iPhone/ioclasscount.tproj/ioclasscount.c
old new 8 8 9 9 #include <IOKit/IOKitLib.h> 10 10 #include <IOKit/IOKitKeys.h> 11 #include <MacTypes.h> 11 12 12 13 static int CompareKey(const void * left, const void * right) 13 14 { -
ioreg.tproj/ioreg.c
diff -ru IOKitTools-76/ioreg.tproj/ioreg.c IOKitTools-76+iPhone/ioreg.tproj/ioreg.c
old new 28 28 #include <sys/ioctl.h> // (TIOCGWINSZ, ...) 29 29 #include <term.h> // (tputs, ...) 30 30 #include <unistd.h> // (getopt, ...) 31 #include <MacTypes.h> 31 32 32 33 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 33 34
Note: See TracBrowser
for help on using the browser.
