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