aboutsummaryrefslogtreecommitdiff
path: root/math/msieve/files/patch-include-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/msieve/files/patch-include-util.h')
-rw-r--r--math/msieve/files/patch-include-util.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/msieve/files/patch-include-util.h b/math/msieve/files/patch-include-util.h
deleted file mode 100644
index 35d8f0a6342e..000000000000
--- a/math/msieve/files/patch-include-util.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- include/util.h.orig Sun Dec 31 16:30:03 2006
-+++ include/util.h Wed Jan 3 18:00:10 2007
-@@ -43,7 +43,10 @@
- #include <math.h>
- #include <stdarg.h>
- #include <time.h>
--#ifndef _MSC_VER
-+#include <osreldate.h>
-+#if defined(FREEBSD) && (__FreeBSD_version < 500000)
-+#include <inttypes.h>
-+#elsif !defined(_MSC_VER)
- #include <stdint.h>
- #endif
-