summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/octtoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/octtoint.c')
-rw-r--r--usr.sbin/xntpd/lib/octtoint.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/lib/octtoint.c b/usr.sbin/xntpd/lib/octtoint.c
index 1f25b1d..7598d72 100644
--- a/usr.sbin/xntpd/lib/octtoint.c
+++ b/usr.sbin/xntpd/lib/octtoint.c
@@ -1,4 +1,4 @@
-/* octtoint.c,v 3.1 1993/07/06 01:08:41 jbj Exp
+/*
* octtoint - convert an ascii string in octal to an unsigned
* long, with error checking
*/
@@ -10,9 +10,9 @@
int
octtoint(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