--- ./common/fs.c.orig 2019-11-26 13:31:51.074763965 -0600 +++ ./common/fs.c 2019-11-26 13:32:44.304759560 -0600 @@ -204,7 +204,7 @@ int fs_getid( char *mnts, uuid_t *idb ) { - xfs_fsop_geom_v1_t geo; + struct xfs_fsop_geom geo; int fd; fd = open( mnts, O_RDONLY );