diff options
Diffstat (limited to 'net/tor/patches/patch-ac')
-rw-r--r-- | net/tor/patches/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/tor/patches/patch-ac b/net/tor/patches/patch-ac deleted file mode 100644 index 776b48264fa..00000000000 --- a/net/tor/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.6 2009/01/22 12:46:51 drochner Exp $ - ---- ./src/common/torint.h.orig 2009-01-22 12:02:50.000000000 +0100 -+++ ./src/common/torint.h -@@ -290,6 +290,8 @@ typedef uint32_t uintptr_t; - #define TIME_MAX ((time_t)INT_MAX) - #elif (SIZEOF_TIME_T == SIZEOF_LONG) - #define TIME_MAX ((time_t)LONG_MAX) -+#elif (SIZEOF_TIME_T == 8) -+#define TIME_MAX ((time_t)INT64_MAX) - #else - #error "Can't define (signed) TIME_MAX" - #endif |