Commit caa32d6c authored by Anton Altaparmakov's avatar Anton Altaparmakov

Adrian Bunk: Postfix an NTFS constant that is too big for an int with ULL.

parent eb40c469
......@@ -42,8 +42,8 @@
#define const_cpu_to_le32(x) __constant_cpu_to_le32(x)
#define const_cpu_to_le64(x) __constant_cpu_to_le64(x)
/* The NTFS oem_id */
#define magicNTFS const_cpu_to_le64(0x202020205346544e) /* "NTFS " */
/* The NTFS oem_id "NTFS " */
#define magicNTFS const_cpu_to_le64(0x202020205346544eULL)
/*
* Location of bootsector on partition:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment