From 1348735dbd783c28a90446b8da7b74d0e79a5a44 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 20 Jul 1998 04:36:51 +0000 Subject: More cleanup. svn path=/trunk/; revision=1984 --- checkalias.c | 2 +- driver.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/checkalias.c b/checkalias.c index 80e3f007..b13f1296 100644 --- a/checkalias.c +++ b/checkalias.c @@ -1,5 +1,5 @@ /* - * checkalias.c -- check to see if the IP addresses of two hosts are the same + * checkalias.c -- check to see if two hostnames or IP addresses are equivalent * * Copyright 1997 by Eric S. Raymond * For license terms, see the file COPYING in this directory. diff --git a/driver.c b/driver.c index f32e471f..c045393b 100644 --- a/driver.c +++ b/driver.c @@ -43,9 +43,9 @@ #include #endif -#ifdef HAVE_GETHOSTBYNAME +#ifdef HAVE_RES_SEARCH #include -#endif /* HAVE_GETHOSTBYNAME */ +#endif /* HAVE_RES_SEARCH */ #ifdef KERBEROS_V4 #if defined (__bsdi__) -- cgit v1.2.3