Ticket #65582: patch-for-timersub-macro.diff
File patch-for-timersub-macro.diff, 523 bytes (added by ballapete (Peter "Pete" Dyballa), 2 years ago) |
---|
-
misc-utils/hardlink.c
old new 28 28 29 29 #include <sys/types.h> /* stat */ 30 30 #include <sys/stat.h> /* stat */ 31 #undef _POSIX_C_SOURCE /* Mac OS X 10.4, Tiger, fix start */ 31 32 #include <sys/time.h> /* getrlimit, getrusage */ 33 #define _POSIX_C_SOURCE 200112L /* Mac OS X 10.4, Tiger, fix end */ 32 34 #include <sys/resource.h> /* getrlimit, getrusage */ 33 35 #include <fcntl.h> /* posix_fadvise */ 34 36 #include <ftw.h> /* ftw */