Ticket #3930: structtime.diff
File structtime.diff, 423 bytes (added by sbingner, 6 years ago) |
---|
-
lib/global.h
diff -ur mc-4.8.21/lib/global.h mc-4.8.21+iPhone/lib/global.h
old new 24 24 /* for O_* macros */ 25 25 #include <fcntl.h> 26 26 27 #ifdef __APPLE__ 28 #define st_atim st_atimespec 29 #define st_ctim st_ctimespec 30 #define st_mtim st_mtimespec 31 #endif 32 27 33 /* for sig_atomic_t */ 28 34 #include <signal.h> 29 35