aboutsummaryrefslogtreecommitdiff
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.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/lib/numtohost.c b/usr.sbin/xntpd/lib/numtohost.c
index e22b6231790a..2f07c2c4dac5 100644
--- a/usr.sbin/xntpd/lib/numtohost.c
+++ b/usr.sbin/xntpd/lib/numtohost.c
@@ -1,12 +1,11 @@
-/* numtohost.c,v 3.1 1993/07/06 01:08:40 jbj Exp
+/*
* numtohost - convert network number to host name.
*/
-#include "ntp_types.h"
#include <netdb.h>
#include "ntp_fp.h"
-#include "lib_strbuf.h"
#include "ntp_stdlib.h"
+#include "lib_strbuf.h"
#define LOOPBACKNET 0x7f000000
#define LOOPBACKHOST 0x7f000001