diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-03 04:52:13 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-03 04:52:13 +0000 |
commit | adb85fb929de0a72a742652dfa9e340ab73e44d9 (patch) | |
tree | 376a67ff35b3b2b017f70e14acea5cff9ceec761 /archivers/ppunpack/files | |
parent | 66a77726ffb700e0757150e3646711cb61322b4a (diff) |
Notes
Diffstat (limited to 'archivers/ppunpack/files')
-rw-r--r-- | archivers/ppunpack/files/patch-aa | 14 |
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); |