From e45d323a2a0f4ca08d4b139546e60a5fa7bd3f0c Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Fri, 22 Oct 1999 01:02:38 +0000 Subject: [PATCH] s/address/adb/ --- bin/tests/adb_test.c | 2 +- lib/dns/adb.c | 2 +- lib/dns/include/dns/adb.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/tests/adb_test.c b/bin/tests/adb_test.c index 482800427c..5821bb772d 100644 --- a/bin/tests/adb_test.c +++ b/bin/tests/adb_test.c @@ -35,7 +35,7 @@ #include #include -#include +#include #include #include #include diff --git a/lib/dns/adb.c b/lib/dns/adb.c index 5c5d34f124..8948cca979 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -38,7 +38,7 @@ #include #include -#include +#include #include #include #include diff --git a/lib/dns/include/dns/adb.h b/lib/dns/include/dns/adb.h index e21125561c..9f5a99d370 100644 --- a/lib/dns/include/dns/adb.h +++ b/lib/dns/include/dns/adb.h @@ -15,8 +15,8 @@ * SOFTWARE. */ -#ifndef DNS_ADDRESS_H -#define DNS_ADDRESS_H +#ifndef DNS_ADB_H +#define DNS_ADB_H /***** ***** Module Info @@ -455,4 +455,4 @@ dns_adb_adjustsrtt(dns_adb_t *adb, dns_adbaddrinfo_t *addr, ISC_LANG_ENDDECLS -#endif /* DNS_ADDRESS_H */ +#endif /* DNS_ADB_H */