summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/numtohost.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/numtohost.c')
-rw-r--r--usr.sbin/xntpd/lib/numtohost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/lib/numtohost.c b/usr.sbin/xntpd/lib/numtohost.c
index 2f07c2c..844bbce 100644
--- a/usr.sbin/xntpd/lib/numtohost.c
+++ b/usr.sbin/xntpd/lib/numtohost.c
@@ -13,7 +13,7 @@
char *
numtohost(netnum)
- U_LONG netnum;
+ u_long netnum;
{
char *bp;
struct hostent *hp;
OpenPOWER on IntegriCloud