void-packages/srcpkgs/snapper/patches/0002-fix-32bit-musl-build.patch
2021-04-25 19:45:11 +00:00

13 lines
480 B
Diff

diff --git client/cleanup.cc client/cleanup.cc
index 801c0f5..e57a0a8 100644
--- client/cleanup.cc
+++ client/cleanup.cc
@@ -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);