mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
23 lines
571 B
Plaintext
23 lines
571 B
Plaintext
$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 ;
|
|
|
|
|