summaryrefslogtreecommitdiff
path: root/archivers/ppunpack/files/patch-aa
blob: 358db5625743c47846f0a87097a30471e0aa1c13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);