diff options
Diffstat (limited to 'contrib/xntpd/lib/numtohost.c')
-rw-r--r-- | contrib/xntpd/lib/numtohost.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/xntpd/lib/numtohost.c b/contrib/xntpd/lib/numtohost.c index e22b6231790ab..2f07c2c4dac5a 100644 --- a/contrib/xntpd/lib/numtohost.c +++ b/contrib/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 |