mirror of
git://slackware.nl/current.git
synced 2025-01-09 05:24:36 +01:00
12 lines
278 B
Diff
12 lines
278 B
Diff
|
--- ./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 );
|