summaryrefslogtreecommitdiffstats
path: root/source/ap/xfsdump/0001-xfsdump.xfsprogs-5.3.0.xfs_fsop_geom_v1_t.patch
blob: 56ca54b8e934e18b40542c7c9001de06ad7c6e96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./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 );