thunderbird: update 128.6.1
[oi-userland.git] / components / image / geeqie / patches / 02-no-getmntinfo.patch
blob5dbfc6ce13225f9ced8c4b10b6e59858ec5ca6cd
1 --- geeqie-2.5/src/collect-io.cc.old 2024-10-13 12:04:59.138515935 -0400
2 +++ geeqie-2.5/src/collect-io.cc 2024-10-13 12:06:00.973789502 -0400
3 @@ -287,6 +287,7 @@
5 endmntent(mount_entries);
6 #else
7 +#ifndef __sun__
8 struct statfs* mounts;
9 int num_mounts = getmntinfo(&mounts, MNT_NOWAIT);
11 @@ -309,6 +310,7 @@
15 +#endif // ifndef __sun
16 #endif
18 if (!found)