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 / ntp.patch
1 Binary files openrdate-1.2.orig/src/.ntp.c.un~ and openrdate-1.2/src/.ntp.c.un~ differ
2 diff -pruN openrdate-1.2.orig/src/ntp.c openrdate-1.2/src/ntp.c
3 --- openrdate-1.2.orig/src/ntp.c 2016-03-19 20:09:34.688371763 +0100
4 +++ openrdate-1.2/src/ntp.c 2016-03-19 20:10:02.538357136 +0100
5 @@ -429,7 +429,7 @@ unpack_ntp(struct ntp_data *data, u_char
6 data->transmit = d / NTP_SCALE;
7
8 /* See write_packet for why this isn't an endian problem. */
9 - data->recvck = *(u_int64_t *)(packet + NTP_ORIGINATE);
10 + memcpy(&data->recvck, (packet + NTP_ORIGINATE), sizeof(data->recvck));
11 }
12
13 /*