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