pkgsrc/archivers/unace/patches/patch-ac
tv d8ae2c03b1 Clean out my pkgsrc diffs:
Update unace to 1.2b, and make this compile and (mostly) run on LP64.
2001-10-31 14:44:42 +00:00

22 lines
571 B
Text

$NetBSD: patch-ac,v 1.1 2001/10/31 14:44:43 tv Exp $
--- declare.h.orig Mon Oct 8 10:45:50 2001
+++ declare.h Mon Oct 8 10:50:29 2001
@@ -17,14 +17,14 @@
typedef short SHORT ;
typedef unsigned short UWORD ;
typedef short WORD ;
-typedef unsigned long ULONG ;
-typedef long LONG ;
+typedef unsigned int ULONG ;
+typedef int LONG ;
#endif /* !AMIGA */
typedef unsigned char UCHAR ;
typedef char CHAR ;
-typedef unsigned UINT ;
+typedef unsigned int UINT ;
typedef int INT ;