--- domoticz-2024.4/main/WebServerCmds.cpp.old 2024-06-29 09:16:20.151817712 -0400 +++ domoticz-2024.4/main/WebServerCmds.cpp 2024-06-29 09:16:30.996250167 -0400 @@ -1612,7 +1612,7 @@ m_sql.GetPreferencesVar("ReleaseChannel", nValue); bool bIsBetaChannel = (nValue != 0); - utsname my_uname; + struct utsname my_uname; if (uname(&my_uname) < 0) return;