diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-10-27 07:41:12 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-10-27 07:41:12 +0000 |
| commit | 8418db88a2934ea6ab71e722ffe52ba4acfb9a6f (patch) | |
| tree | 6339bd5876cb76ce19ee1bd419d71d5d42b995b2 /usr.sbin/timed | |
| parent | 03940bd636bba9e730ac664a6faa236d62b363ae (diff) | |
Notes
Diffstat (limited to 'usr.sbin/timed')
| -rw-r--r-- | usr.sbin/timed/timed/measure.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/timed/timed/measure.c b/usr.sbin/timed/timed/measure.c index 6cdb527cb98e..0882d5e49cbc 100644 --- a/usr.sbin/timed/timed/measure.c +++ b/usr.sbin/timed/timed/measure.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)measure.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: measure.c,v 1.4 1997/10/22 06:19:48 charnier Exp $"; #endif /* not lint */ #include "globals.h" @@ -151,7 +151,7 @@ measure(maxmsec, wmsec, hname, addr, print) */ if (trials < TRIALS) { trials++; - oicp->icmp_otime = ntohl((tcur.tv_sec % SECDAY) * 1000 + oicp->icmp_otime = htonl((tcur.tv_sec % SECDAY) * 1000 + tcur.tv_usec / 1000); oicp->icmp_cksum = 0; oicp->icmp_cksum = in_cksum((u_short*)oicp, |
