diff options
Diffstat (limited to 'databases/mysql57-server/files/patch-storage_innobase_include_srv0mon.h')
-rw-r--r-- | databases/mysql57-server/files/patch-storage_innobase_include_srv0mon.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/mysql57-server/files/patch-storage_innobase_include_srv0mon.h b/databases/mysql57-server/files/patch-storage_innobase_include_srv0mon.h deleted file mode 100644 index 598981a5e0ab..000000000000 --- a/databases/mysql57-server/files/patch-storage_innobase_include_srv0mon.h +++ /dev/null @@ -1,13 +0,0 @@ ---- storage/innobase/include/srv0mon.h.orig 2015-11-29 19:16:24 UTC -+++ storage/innobase/include/srv0mon.h -@@ -34,6 +34,10 @@ Created 12/15/2009 Jimmy Yang - /* Required for FreeBSD so that INT64_MAX is defined. */ - #define __STDC_LIMIT_MACROS - #endif /* __STDC_LIMIT_MACROS */ -+#ifdef __DragonFly__ -+/* The hack above doen't work for dragonfly, stdint.h already imported */ -+#include <machine/int_limits.h> -+#endif - - #include <stdint.h> - |