python/pytest-regressions: update to 2.6.0
[oi-userland.git] / components / desktop / libreoffice / patches / 01-sal-osol-unx-socket.cxx.patch
blob9ac9f214629fa98d683de5a81cae2ff240030893
1 --- libreoffice-6.4.2.2/sal/osl/unx/socket.cxx.1 2020-03-14 13:10:11.725559641 +0000
2 +++ libreoffice-6.4.2.2/sal/osl/unx/socket.cxx 2020-03-14 13:10:54.911745912 +0000
3 @@ -870,7 +870,7 @@
4 static auto const init = []() -> std::pair<oslSocketResult, OUString> {
5 sal_Char LocalHostname[256] = "";
7 -#ifdef SYSV
8 +#if defined(SYSV) && !defined(__sun__)
9 struct utsname uts;
11 if (uname(&uts) < 0)