summaryrefslogtreecommitdiff
path: root/devel/kio/patches/patch-src_core_kmountpoint.cpp
blob: 39d1d762e16bafc15603789993803e3dd41a23b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_core_kmountpoint.cpp,v 1.1 2022/04/25 04:34:43 markd Exp $

statvfs has f_flag

--- src/core/kmountpoint.cpp.orig	2022-04-02 10:22:23.000000000 +0000
+++ src/core/kmountpoint.cpp
@@ -293,6 +293,7 @@ KMountPoint::List KMountPoint::currentMo
 
 #if GETMNTINFO_USES_STATVFS
     struct statvfs *mounted;
+#   define f_flags f_flag
 #else
     struct statfs *mounted;
 #endif