Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/lib/libntp pull up revs 1.4-1.6 from trunk (requested b...



details:   https://anonhg.NetBSD.org/src/rev/ef7d287eeb00
branches:  netbsd-1-4
changeset: 469562:ef7d287eeb00
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sun Oct 10 23:16:10 1999 +0000

description:
pull up revs 1.4-1.6 from trunk (requested by sommerfeld):
  Fix an LP64 bug that would cause NTP to report "previous time
  adjustment did not complete" on NetBSD/alpha.  Fixes PR#7602.

diffstat:

 lib/libntp/systime.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c83746c05a79 -r ef7d287eeb00 lib/libntp/systime.c
--- a/lib/libntp/systime.c      Sun Oct 10 21:02:53 1999 +0000
+++ b/lib/libntp/systime.c      Sun Oct 10 23:16:10 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: systime.c,v 1.3 1998/03/06 18:17:16 christos Exp $     */
+/*     $NetBSD: systime.c,v 1.3.2.1 1999/10/10 23:16:10 cgd Exp $      */
 
 /*
  * systime -- routines to fiddle a UNIX clock.
@@ -193,7 +193,7 @@
 adj_systime(now)
        l_fp *now;
 {
-       register u_long offset_i, offset_f;
+       register u_int32 offset_i, offset_f;
        register long temp;
        register u_long residual;
        register int isneg = 0;



Home | Main Index | Thread Index | Old Index