summaryrefslogtreecommitdiff
path: root/kerncompat.h
diff options
context:
space:
mode:
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;