slackware-current/source/ap/xfsdump/xfsdump.xfsprogs-5.2.1.diff

12 lines
278 B
Diff
Raw Normal View History

--- ./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 );