aboutsummaryrefslogtreecommitdiff
path: root/archivers/ppunpack/files
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-03 04:52:13 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-03 04:52:13 +0000
commitadb85fb929de0a72a742652dfa9e340ab73e44d9 (patch)
tree376a67ff35b3b2b017f70e14acea5cff9ceec761 /archivers/ppunpack/files
parent66a77726ffb700e0757150e3646711cb61322b4a (diff)
Notes
Diffstat (limited to 'archivers/ppunpack/files')
-rw-r--r--archivers/ppunpack/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/ppunpack/files/patch-aa b/archivers/ppunpack/files/patch-aa
new file mode 100644
index 000000000000..358db5625743
--- /dev/null
+++ b/archivers/ppunpack/files/patch-aa
@@ -0,0 +1,14 @@
+--- depack.h.orig Sat May 22 21:55:32 1999
++++ depack.h Sat May 22 21:56:18 1999
+@@ -4,8 +4,10 @@
+ * see accompanying file README for distribution information
+ */
+
++#include <sys/types.h>
++
+ typedef unsigned char ubyte;
+-typedef unsigned long ulong;
++#define ulong uint
+
+ extern ulong depackedlen(ubyte *packed, ulong plen);
+ extern void ppdepack(ubyte *packed, ubyte *depacked, ulong plen, ulong unplen);