aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id/sysv.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/volume_id/sysv.c')
-rw-r--r--util-linux/volume_id/sysv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util-linux/volume_id/sysv.c b/util-linux/volume_id/sysv.c
index 76719623b..165033258 100644
--- a/util-linux/volume_id/sysv.c
+++ b/util-linux/volume_id/sysv.c
@@ -83,8 +83,9 @@ 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*/)
{
+#define off ((uint64_t)0)
struct sysv_super *vs;
struct xenix_super *xs;
unsigned boff;