chiark / gitweb /
fix GGC signed pointer warnings and switch volume_id to stdint
[elogind.git] / extras / volume_id / volume_id / mac.h
index 888c1c527dd4e5038621adc1004b322b549e95ee..0ab0d4489d9ec295213597b6fafb23b0abebb50c 100644 (file)
@@ -21,6 +21,6 @@
 #ifndef _VOLUME_ID_MAC_
 #define _VOLUME_ID_MAC_
 
-extern int volume_id_probe_mac_partition_map(struct volume_id *id, __u64 off);
+extern int volume_id_probe_mac_partition_map(struct volume_id *id, uint64_t off);
 
 #endif