diff options
| author | Xin LI <delphij@FreeBSD.org> | 2018-08-20 06:07:33 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2018-08-20 06:07:33 +0000 |
| commit | c7f4d2332394d5600fe4e14c530ede36b0ff29b0 (patch) | |
| tree | be0b200d6dc09373927db61d685acc61113c64c1 /ntpd/refclock_datum.c | |
| parent | d14ac12f8738acac881f20b4d6244cfc22c68ead (diff) | |
Diffstat (limited to 'ntpd/refclock_datum.c')
| -rw-r--r-- | ntpd/refclock_datum.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ntpd/refclock_datum.c b/ntpd/refclock_datum.c index 9795cfadaab28..09d72c6af4922 100644 --- a/ntpd/refclock_datum.c +++ b/ntpd/refclock_datum.c @@ -485,7 +485,8 @@ datum_pts_receive( struct recvbuf *rbufp ) { - int i, nb; + int i; + size_t nb; l_fp tstmp; struct peer *p; struct datum_pts_unit *datum_pts; |
