- (dtucker) [openbsd-compat/getrrsetbyname.c] Undef _res before defining it,
   prevents warnings on platforms where _res is in the system headers.
diff --git a/ChangeLog b/ChangeLog
index 09c4592..9dad80a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 20060630
  - (dtucker) [openbsd-compat/openbsd-compat.h] SNPRINTF_CONST for snprintf
    declaration too.  Patch from russ at sludge.net.
+ - (dtucker) [openbsd-compat/getrrsetbyname.c] Undef _res before defining it,
+   prevents warnings on platforms where _res is in the system headers.
 
 20060627
  - (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problems
@@ -4716,4 +4718,4 @@
    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
 
-$Id: ChangeLog,v 1.4351 2006/06/30 00:51:32 dtucker Exp $
+$Id: ChangeLog,v 1.4352 2006/06/30 01:47:49 dtucker Exp $