aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd/lib/msutotsf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/msutotsf.c')
-rw-r--r--usr.sbin/xntpd/lib/msutotsf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/lib/msutotsf.c b/usr.sbin/xntpd/lib/msutotsf.c
index 412cfbd1ed96..eb3babe9cd1a 100644
--- a/usr.sbin/xntpd/lib/msutotsf.c
+++ b/usr.sbin/xntpd/lib/msutotsf.c
@@ -1,4 +1,4 @@
-/* msutotsf.c,v 3.1 1993/07/06 01:08:35 jbj Exp
+/*
* msutotsf - tables for converting from a subsecond millisecond value
* to a time stamp fraction.
*/
@@ -12,7 +12,7 @@
* truncated). The error in the result will thus be +-1 low order
* bit in the time stamp fraction.
*/
-U_LONG msutotsflo[32] = {
+u_long msutotsflo[32] = {
0x00000000, 0x00418937, 0x0083126f, 0x00c49ba6,
0x010624dd, 0x0147ae14, 0x0189374c, 0x01cac083,
0x020c49ba, 0x024dd2f2, 0x028f5c29, 0x02d0e560,
@@ -23,7 +23,7 @@ U_LONG msutotsflo[32] = {
0x072b020c, 0x076c8b44, 0x07ae147b, 0x07ef9db2
};
-U_LONG msutotsfhi[32] = {
+u_long msutotsfhi[32] = {
0x00000000, 0x083126e9, 0x10624dd3, 0x189374bc,
0x20c49ba6, 0x28f5c28f, 0x3126e979, 0x39581062,
0x4189374c, 0x49ba5e35, 0x51eb851f, 0x5a1cac08,