CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
glibc: updated kernel headers to 4.9.5
[ports/core-arm.git] / openrdate / ntpleaps.patch
1 diff -rupN openrdate-1.2-orig/src/ntpleaps.c openrdate-1.2/src/ntpleaps.c
2 --- openrdate-1.2-orig/src/ntpleaps.c 2008-03-19 19:21:29.000000000 +0100
3 +++ openrdate-1.2/src/ntpleaps.c 2017-08-27 14:41:55.618929195 +0200
4 @@ -125,7 +125,7 @@ ntpleaps_read(void)
5 u_int64_t s;
6 u_int64_t *l;
7
8 - fd = open("/usr/share/zoneinfo/right/UTC", O_RDONLY | O_NDELAY);
9 + fd = open("/usr/share/zoneinfo-leaps/UTC", O_RDONLY | O_NDELAY);
10 if (fd == -1)
11 return (-1);
12