summaryrefslogtreecommitdiffstats
path: root/source/ap/xfsdump/xfsdump.xfsprogs-5.2.1.diff
blob: d12be1b369c896c808ba51ba27c19e73ff10fe11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./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 );