$NetBSD$

--- 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   ;
 
 
