summaryrefslogtreecommitdiff
path: root/archivers/hpack.non-usa.only/files/patch-hpacklib.h
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/hpack.non-usa.only/files/patch-hpacklib.h')
-rw-r--r--archivers/hpack.non-usa.only/files/patch-hpacklib.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/archivers/hpack.non-usa.only/files/patch-hpacklib.h b/archivers/hpack.non-usa.only/files/patch-hpacklib.h
deleted file mode 100644
index 5779136c41fb..000000000000
--- a/archivers/hpack.non-usa.only/files/patch-hpacklib.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- hpacklib.h.orig 1993-08-05 09:10:40 UTC
-+++ hpacklib.h
-@@ -26,12 +26,12 @@
-
- #include <stdio.h> /* Prototypes for generic functions */
- #if defined( __UNIX__ ) && !( defined( BSD386 ) || defined( CONVEX ) || \
-- defined( NEXT ) || defined( ULTRIX_OLD ) )
-+ defined( NEXT ) || defined( ULTRIX_OLD ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __NetBSD__ ))
- #include <malloc.h> /* Needed for mem.functions on some systems */
- #endif /* __UNIX__ && !( BSD386 || CONVEX || NEXT || ULTRIX_OLD ) */
- #if defined( AIX386 ) || ( defined( __AMIGA__ ) && !defined( LATTICE ) ) || \
- defined( __ARC__ ) || defined( __ATARI__ ) || defined( __MSDOS16__ ) || \
-- defined( __MSDOS32__ )
-+ defined( __MSDOS32__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __NetBSD__ )
- #include <stdlib.h> /* Needed for mem.functions */
- #endif /* AIX386 || ( __AMIGA__ && !LATTICE ) || __ARC__ || __ATARI__ || __MSDOS16__ || __MSDOS32__ */
- #if defined( __ATARI__ ) || ( defined( __OS2__ ) && !defined( __GCC__ ) )