summaryrefslogtreecommitdiffstats
path: root/source/ap/xfsdump/0001-xfsdump.xfsprogs-5.3.0.xfs_fsop_geom_v1_t.patch
diff options
context:
space:
mode:
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.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 56ca54b8e..000000000
--- a/source/ap/xfsdump/0001-xfsdump.xfsprogs-5.3.0.xfs_fsop_geom_v1_t.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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 );