python/hypothesis: update to 6.121.0
[oi-userland.git] / components / network / domoticz / patches / 005-WebServer.cpp.patch
blob29151e3e896a22ffd062dbaf95fa794e01382102
1 --- domoticz-2024.4/main/WebServerCmds.cpp.old 2024-06-29 09:16:20.151817712 -0400
2 +++ domoticz-2024.4/main/WebServerCmds.cpp 2024-06-29 09:16:30.996250167 -0400
3 @@ -1612,7 +1612,7 @@
4 m_sql.GetPreferencesVar("ReleaseChannel", nValue);
5 bool bIsBetaChannel = (nValue != 0);
7 - utsname my_uname;
8 + struct utsname my_uname;
9 if (uname(&my_uname) < 0)
10 return;