summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/hextolfp.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/hextolfp.c')
-rw-r--r--usr.sbin/xntpd/lib/hextolfp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/lib/hextolfp.c b/usr.sbin/xntpd/lib/hextolfp.c
index 6473c7c..d9291cc 100644
--- a/usr.sbin/xntpd/lib/hextolfp.c
+++ b/usr.sbin/xntpd/lib/hextolfp.c
@@ -1,4 +1,4 @@
-/* hextolfp.c,v 3.1 1993/07/06 01:08:22 jbj Exp
+/*
* hextolfp - convert an ascii hex string to an l_fp number
*/
#include <stdio.h>
@@ -15,8 +15,8 @@ hextolfp(str, lfp)
{
register const char *cp;
register const char *cpstart;
- register U_LONG dec_i;
- register U_LONG dec_f;
+ register u_long dec_i;
+ register u_long dec_f;
char *ind = NULL;
static char *digits = "0123456789abcdefABCDEF";
OpenPOWER on IntegriCloud