summarylogtreecommitdiffstats
path: root/fix-64-bit-segfault.patch
diff options
context:
space:
mode:
authorFrançois Guerraz2022-05-08 15:35:19 +0100
committerFrançois Guerraz2022-05-08 15:35:19 +0100
commitfe03f986598949198efc82e4a5f518792e443929 (patch)
tree05c0c7c2aa451f93e05a54bbf49092a12b7b6ac3 /fix-64-bit-segfault.patch
parent529fb6d6f22f3dd7a69758094586640d4b5c45ba (diff)
downloadaur-fe03f986598949198efc82e4a5f518792e443929.tar.gz
Update to upstream 2.0.5
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"