mirror of
git://slackware.nl/current.git
synced 2025-01-12 08:03:03 +01:00
12 lines
275 B
Diff
12 lines
275 B
Diff
|
--- ./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 );
|