From 46db63cb16d6ebf03a0a31a7f0e23ee2069f4e04 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Mon, 26 Feb 2007 10:55:01 -0500 Subject: u64 cleanups --- kerncompat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kerncompat.h') diff --git a/kerncompat.h b/kerncompat.h index 347ca062..f5efc5f0 100644 --- a/kerncompat.h +++ b/kerncompat.h @@ -15,7 +15,7 @@ #define BUG() abort() typedef unsigned int u32; -typedef unsigned long u64; +typedef unsigned long long u64; typedef unsigned char u8; typedef unsigned short u16; -- cgit v1.2.3