From: Harlan Stenn Date: Thu, 6 Mar 2003 03:43:10 +0000 (-0500) Subject: We use u_long, not ulong. X-Git-Tag: NTP_4_1_1C_RC2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4471426ab16100cdad16fccb27d9f6e8b489ca52;p=thirdparty%2Fntp.git We use u_long, not ulong. bk: 3e66c3ce0MVVrMk9opV5x21sWixwqQ --- diff --git a/ntpd/refclock_arc.c b/ntpd/refclock_arc.c index 61352fd3b..d3b8fe05f 100644 --- a/ntpd/refclock_arc.c +++ b/ntpd/refclock_arc.c @@ -1025,7 +1025,7 @@ arc_receive( if(r == '3') { /* Only use quality value whilst sync in progress. */ if (up->quality_stamp < current_time) { struct calendar cal; - ulong new_stamp; + u_long new_stamp; get_systime (&new_stamp); caljulian (new_stamp, &cal);