--- src/include/global.h.orig 2004-07-16 01:59:53 UTC
+++ src/include/global.h
@@ -204,7 +204,7 @@
#define INTSML short
#define UINTSML unsigned short
#define INTHUGE int64_t
-#define UINTHUGE u_int64_t
+#define UINTHUGE uint64_t
#define SIZEOFCHAR (sizeof (CHAR))
#define SIZEOFINTSML (sizeof (INTSML))
#define SIZEOFINTBIG (sizeof (INTBIG))