aboutsummaryrefslogtreecommitdiff
path: root/net/ntpclient/patches/200-time.patch
Commit message (Collapse)AuthorAge
* ntpclient: fixup time patchRosen Penev2020-04-11
| | | | | | Added missing header and added casts. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ntpclient: fix compilation with newer kernelsRosen Penev2020-04-07
glibc needs an extra header included. Also cast time values to 64-bit in preparation for 64-bit time_t for 32-bit platforms. Signed-off-by: Rosen Penev <rosenp@gmail.com>