chiark / gitweb /
volume_id: LVM - add uuid
[elogind.git] / extras / volume_id / lib / sysv.c
index 6e0ed046f0b357b6f323c3d6683a4a219e79554a..e48013c2bdfd3ee70d16ca870e284fa82e788706 100644 (file)
@@ -89,7 +89,7 @@ struct xenix_super {
 #define XENIX_MAGIC                            0x2b5544
 #define SYSV_MAX_BLOCKSIZE                     0x800
 
-int volume_id_probe_sysv(struct volume_id *id, uint64_t off)
+int volume_id_probe_sysv(struct volume_id *id, uint64_t off, uint64_t size)
 {
        struct sysv_super *vs;
        struct xenix_super *xs;