summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/hextoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/hextoint.c')
-rw-r--r--usr.sbin/xntpd/lib/hextoint.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/lib/hextoint.c b/usr.sbin/xntpd/lib/hextoint.c
index 90329c4..23f8c08 100644
--- a/usr.sbin/xntpd/lib/hextoint.c
+++ b/usr.sbin/xntpd/lib/hextoint.c
@@ -1,4 +1,4 @@
-/* hextoint.c,v 3.1 1993/07/06 01:08:21 jbj Exp
+/*
* hextoint - convert an ascii string in hex to an unsigned
* long, with error checking
*/
@@ -9,9 +9,9 @@
int
hextoint(str, ival)
const char *str;
- U_LONG *ival;
+ u_long *ival;
{
- register U_LONG u;
+ register u_long u;
register const char *cp;
cp = str;
OpenPOWER on IntegriCloud