chiark / gitweb /
fix GGC signed pointer warnings and switch volume_id to stdint
[elogind.git] / extras / volume_id / volume_id / msdos.h
index 55185c006ba7161a9d814fdb2f08cde698566a30..29be6298453959f97a489a0c1888860da7dff75c 100644 (file)
@@ -21,6 +21,6 @@
 #ifndef _VOLUME_ID_MSDOS_
 #define _VOLUME_ID_MSDOS_
 
-extern int volume_id_probe_msdos_part_table(struct volume_id *id, __u64 off);
+extern int volume_id_probe_msdos_part_table(struct volume_id *id, uint64_t off);
 
 #endif