Use corrected system time internally, adjust old offsets after
[dragonfly.git] / usr.sbin / ntpd / patches / imsg.c.patch
1 $DragonFly: src/usr.sbin/ntpd/patches/Attic/imsg.c.patch,v 1.2 2004/11/09 21:29:34 joerg Exp $
2
3 --- imsg.c.orig 2004-11-09 22:17:04.000000000 +0100
4 +++ imsg.c      2004-11-09 22:17:13.000000000 +0100
5 @@ -111,7 +111,7 @@
6  }
7  
8  struct buf *
9 -imsg_create(struct imsgbuf *ibuf, enum imsg_type type, u_int32_t peerid,
10 +imsg_create(struct imsgbuf *ibuf __unused, enum imsg_type type, u_int32_t peerid,
11      pid_t pid, u_int16_t datalen)
12  {
13         struct buf      *wbuf;