summarylogtreecommitdiffstats
path: root/fix-64-bit-segfault.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-64-bit-segfault.patch')
-rw-r--r--fix-64-bit-segfault.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/fix-64-bit-segfault.patch b/fix-64-bit-segfault.patch
deleted file mode 100644
index 6b9e6e4a007c..000000000000
--- a/fix-64-bit-segfault.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Fixes the issue that happens on 64 bit sytems, ref:
-https://groups.yahoo.com/neo/groups/doris_users/conversations/topics/4248
---- a/src/snaphu_io.c 2003-02-23 08:13:46.000000000 +0000
-+++ b/src/snaphu_io.c 2018-10-18 09:08:59.423398983 +0100
-@@ -22,7 +22,7 @@
- #include <sys/stat.h>
- #include <sys/types.h>
- #include <sys/wait.h>
--#include <sys/time.h>
-+#include <time.h>
- #include <sys/resource.h>
-
- #include "snaphu.h"