chiark / gitweb /
fix GGC signed pointer warnings and switch volume_id to stdint
[elogind.git] / extras / volume_id / volume_id / minix.h
index 7a9d97ada23963ee488f07a87a3f1cced8b52684..2a3fd7292b60ee63e04ce86b2e1ae0734ff8b749 100644 (file)
@@ -21,6 +21,6 @@
 #ifndef _VOLUME_ID_MINIX_
 #define _VOLUME_ID_MINIX_
 
-extern int volume_id_probe_minix(struct volume_id *id, __u64 off);
+extern int volume_id_probe_minix(struct volume_id *id, uint64_t off);
 
 #endif