--- ./common/fs.c.orig 2015-11-10 13:40:23.000000000 -0600 +++ ./common/fs.c 2019-09-15 15:30:26.633808720 -0500 @@ -204,7 +204,7 @@ int fs_getid( char *mnts, uuid_t *idb ) { - xfs_fsop_geom_v1_t geo; + struct xfs_fsop_geom_v1 geo; int fd; fd = open( mnts, O_RDONLY );