]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fix build on 32 bit musl systems 645/head
authorArvin Schnell <aschnell@suse.de>
Mon, 19 Apr 2021 07:57:59 +0000 (09:57 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 19 Apr 2021 07:57:59 +0000 (09:57 +0200)
client/cleanup.cc
package/snapper.changes

index 801c0f557f743cb5dda0a75c22ab22340b71dd81..e57a0a8082444df0edd8b62569107ddb63021d44 100644 (file)
@@ -51,7 +51,7 @@ struct Parameters
     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);
index 0f61ba777eeaf2e5cfbe6dc9bd3ee1448bd5dd81..684eafd0773870635d104e1501432d48cf5fee2c 100644 (file)
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+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