K 10 svn:author V 8 tcberner K 8 svn:date V 27 2017-07-23T10:56:02.862972Z K 7 svn:log V 211 Fix QStorageInfo in devel/qt5-core. QStorageInfo did not return any valid data on FreeBSD. Add upstreamed patch: getmntinfo() was wrongly called with flag 0. This changes it to use MNT_NOWAIT. PR: 220941 END