summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/ntp/ntpd/ntp_proto.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/ntp/ntpd/ntp_proto.c b/contrib/ntp/ntpd/ntp_proto.c
index 6d54291..7439b5a 100644
--- a/contrib/ntp/ntpd/ntp_proto.c
+++ b/contrib/ntp/ntpd/ntp_proto.c
@@ -1,5 +1,7 @@
/*
* ntp_proto.c - NTP version 4 protocol machinery
+ *
+ * $FreeBSD$
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -1925,7 +1927,7 @@ default_get_precision(void)
#endif
#if defined(__FreeBSD__) && __FreeBSD__ >= 3
u_long freq;
- int j;
+ size_t j;
/* Try to see if we can find the frequency of of the counter
* which drives our timekeeping
OpenPOWER on IntegriCloud