From cbb95d6792f32e6d0c111a1a3421c00fd5b341c3 Mon Sep 17 00:00:00 2001 From: will Date: Sat, 3 Jun 2000 04:52:13 +0000 Subject: Add ppunpack, a utility to decompress Amiga PowerPacker files. Obtained from: NetBSD --- archivers/ppunpack/files/patch-aa | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 archivers/ppunpack/files/patch-aa (limited to 'archivers/ppunpack/files') 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 ++ + 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); -- cgit