chiark / gitweb /
fix GGC signed pointer warnings and switch volume_id to stdint
[elogind.git] / extras / volume_id / volume_id / hpfs.h
index bd8d4c90c9fb59ddfc4ed0b5828f168d26eb6af3..d496829033202d5bd2967f20ceaafb0ccb29d44a 100644 (file)
@@ -21,6 +21,6 @@
 #ifndef _VOLUME_ID_HPFS_
 #define _VOLUME_ID_HPFS_
 
-extern int volume_id_probe_hpfs(struct volume_id *id, __u64 off);
+extern int volume_id_probe_hpfs(struct volume_id *id, uint64_t off);
 
 #endif