diff options
Diffstat (limited to 'source/ap/xfsdump/0001-xfsdump.xfsprogs-5.3.0.xfs_fsop_geom_v1_t.patch')
-rw-r--r-- | source/ap/xfsdump/0001-xfsdump.xfsprogs-5.3.0.xfs_fsop_geom_v1_t.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/ap/xfsdump/0001-xfsdump.xfsprogs-5.3.0.xfs_fsop_geom_v1_t.patch b/source/ap/xfsdump/0001-xfsdump.xfsprogs-5.3.0.xfs_fsop_geom_v1_t.patch new file mode 100644 index 00000000..56ca54b8 --- /dev/null +++ b/source/ap/xfsdump/0001-xfsdump.xfsprogs-5.3.0.xfs_fsop_geom_v1_t.patch @@ -0,0 +1,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 ); |