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