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