MinFreeLimit free_limit;
- void read(const ProxyConfig& config, const char* name, long int& value)
+ void read(const ProxyConfig& config, const char* name, time_t& value)
{
const map<string, string>& raw = config.getAllValues();
map<string, string>::const_iterator pos = raw.find(name);
+-------------------------------------------------------------------
+Mon Apr 19 09:56:40 CEST 2021 - aschnell@suse.com
+
+- fix build on 32 bit musl systems (gh#openSUSE/snapper#644)
+
-------------------------------------------------------------------
Fri Apr 09 15:23:14 CEST 2021 - aschnell@suse.com