diff options
Diffstat (limited to 'databases/xtrabackup/files/patch-include-my_global.h')
-rw-r--r-- | databases/xtrabackup/files/patch-include-my_global.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/xtrabackup/files/patch-include-my_global.h b/databases/xtrabackup/files/patch-include-my_global.h new file mode 100644 index 000000000000..f1432d427722 --- /dev/null +++ b/databases/xtrabackup/files/patch-include-my_global.h @@ -0,0 +1,12 @@ +--- include/my_global.h.orig 2014-11-19 12:34:01.000000000 +0100 ++++ include/my_global.h 2014-11-19 12:34:39.000000000 +0100 +@@ -333,9 +333,6 @@ + #ifdef HAVE_FCNTL_H + #include <fcntl.h> + #endif +-#ifdef HAVE_SYS_TIMEB_H +-#include <sys/timeb.h> /* Avoid warnings on SCO */ +-#endif + #if TIME_WITH_SYS_TIME + # include <sys/time.h> + # include <time.h> |