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