]> git.ipfire.org Git - thirdparty/snapper.git/commit
Avoid glibc-specific time extensions. 580/head
authorPhilip Lorenz <philip@bithub.de>
Sat, 2 Jan 2016 11:03:55 +0000 (12:03 +0100)
committerÉrico Rolim <erico.erc@gmail.com>
Sat, 10 Oct 2020 03:32:27 +0000 (00:32 -0300)
commitace0c26f5027cb0a94c2208474c9e09e27bf8693
tree704d4db8f96aed331ec49c4d530021037dee3577
parent89d151ca03506512b7a2290b43489c1062076559
Avoid glibc-specific time extensions.

* Use mktime instead of timelocal
* Replace glibc specific time format string
* Inline private __isleap() macro from glibc
client/utils/equal-date.cc
snapper/AppUtil.cc