diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-09-15 21:15:56 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-09-16 08:59:36 +0200 |
commit | 975ec5de232ae505fc2082132eeeffbde12f93b7 (patch) | |
tree | a15951e93027808b5b0c7251f58c40cbffb77292 /source/ap/xfsdump/xfsdump.xfsprogs-5.2.1.diff | |
parent | 054dcd3d5a3815a8088a3f92dd548f909ed23f40 (diff) | |
download | current-975ec5de232ae505fc2082132eeeffbde12f93b7.tar.gz |
Sun Sep 15 21:15:56 UTC 201920190915211556
a/procps-ng-3.3.15-x86_64-3.txz: Rebuilt.
Upgraded to psmisc-23.2.
ap/xfsdump-3.1.8-x86_64-3.txz: Rebuilt.
Rebuilt against xfsprogs-5.2.1. Thanks to nobodino.
l/sip-4.19.19-x86_64-1.txz: Upgraded.
n/ModemManager-1.10.6-x86_64-1.txz: Upgraded.
n/dhcpcd-8.0.6-x86_64-1.txz: Upgraded.
x/libXfont2-2.0.4-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/xfsdump/xfsdump.xfsprogs-5.2.1.diff')
-rw-r--r-- | source/ap/xfsdump/xfsdump.xfsprogs-5.2.1.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/ap/xfsdump/xfsdump.xfsprogs-5.2.1.diff b/source/ap/xfsdump/xfsdump.xfsprogs-5.2.1.diff new file mode 100644 index 00000000..d12be1b3 --- /dev/null +++ b/source/ap/xfsdump/xfsdump.xfsprogs-5.2.1.diff @@ -0,0 +1,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 ); |