summaryrefslogtreecommitdiff
path: root/kerncompat.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-02-26 10:55:01 -0500
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-02-26 10:55:01 -0500
commit46db63cb16d6ebf03a0a31a7f0e23ee2069f4e04 (patch)
tree4c39d2b87e1f7c987bde83279eb4d9dd10cb907c /kerncompat.h
parent67a8d4bbace7995bdc4f6c78cdbfb1f110c182cc (diff)
u64 cleanups
Diffstat (limited to 'kerncompat.h')
-rw-r--r--kerncompat.h2
1 files changed, 1 insertions, 1 deletions
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;