Use corrected system time internally, adjust old offsets after
[dragonfly.git] / usr.sbin / ntpd / patches / ntp_msg.c.patch
1 $DragonFly: src/usr.sbin/ntpd/patches/Attic/ntp_msg.c.patch,v 1.3 2005/02/28 21:34:48 joerg Exp $
2
3 --- ntp_msg.c.orig      2004-11-09 22:18:03.000000000 +0100
4 +++ ntp_msg.c   2004-11-09 22:18:28.000000000 +0100
5 @@ -74,7 +74,7 @@
6  
7  int
8  ntp_sendmsg(int fd, struct sockaddr *sa, struct ntp_msg *msg, ssize_t len,
9 -    int auth)
10 +    int auth __unused)
11  {
12         char             buf[NTP_MSGSIZE];
13         char            *p;