summaryrefslogtreecommitdiff
path: root/archivers/hpack/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/hpack/patches/patch-ae')
-rw-r--r--archivers/hpack/patches/patch-ae8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/hpack/patches/patch-ae b/archivers/hpack/patches/patch-ae
index 404e23f937b..69ba1322509 100644
--- a/archivers/hpack/patches/patch-ae
+++ b/archivers/hpack/patches/patch-ae
@@ -1,12 +1,12 @@
-$NetBSD: patch-ae,v 1.3 2004/06/09 16:17:47 minskim Exp $
+$NetBSD: patch-ae,v 1.4 2005/01/19 17:39:13 tv Exp $
---- system.h.orig 1993-08-27 12:16:40.000000000 -0500
+--- system.h.orig 1993-08-27 13:16:40.000000000 -0400
+++ system.h
@@ -779,6 +779,10 @@ void strlwr( char *string );
#if defined( AIX ) || defined( AIX370 ) || defined( AIX386 )
#define MAX_PATH ( 1023 + 1 )
#define MAX_FILENAME ( 254 + 1 )
-+#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
++#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(__INTERIX)
+ #include <limits.h>
+ #define MAX_PATH ( _POSIX_PATH_MAX + 1 )
+ #define MAX_FILENAME ( NAME_MAX + 1 )
@@ -17,7 +17,7 @@ $NetBSD: patch-ae,v 1.3 2004/06/09 16:17:47 minskim Exp $
#if defined( AIX ) || defined( AIX370 )
#define NEED_STRLWR /* AIX RS6000, AIX 370 */
#define NEED_STRICMP
-+#elif defined( __FreeBSD__ ) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) /* Amdahl UTS4 */
++#elif defined( __FreeBSD__ ) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(__INTERIX) /* Amdahl UTS4 */
+ #include <unistd.h>
+ #define tell(fd) lseek((fd),(off_t)0,SEEK_CUR)
+ #define NEED_STRLWR