2013-09-26 17:14:40 +02:00

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 ;