]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2076. [bug] Several files were missing #include <config.h>
authorMark Andrews <marka@isc.org>
Thu, 24 Aug 2006 00:17:54 +0000 (00:17 +0000)
committerMark Andrews <marka@isc.org>
Thu, 24 Aug 2006 00:17:54 +0000 (00:17 +0000)
                        causing build failures on OSF. [RT #16341]

CHANGES
bin/tests/journalprint.c
lib/dns/portlist.c
lib/isc/netscope.c
lib/isc/nothreads/condition.c
lib/isc/nothreads/mutex.c
lib/isc/unix/fsaccess.c
lib/isc/unix/ipv6.c
lib/lwres/gai_strerror.c

diff --git a/CHANGES b/CHANGES
index e51725bf81f8918f1db9d33f6bd0df81fc707612..95a7f589fb95e90e8b26fc54e049b48bc498fe95 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2076.  [bug]           Several files were missing #include <config.h>
+                       causing build failures on OSF. [RT #16341]
+
 2075.  [bug]           The spillat timer event hander could leak memory.
                        [RT #16357]
 
index d309895519371387b4aa7e7bbb3104f1ec62856a..0eec367dbc390cd96465de9c123cf1d966832893 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: journalprint.c,v 1.7 2005/04/27 04:56:08 sra Exp $ */
+/* $Id: journalprint.c,v 1.8 2006/08/24 00:17:54 marka Exp $ */
 
 /*! \file */
+#include <config.h>
+
 #include <isc/mem.h>
 #include <isc/util.h>
 
index e0c17ebcd44e5a9a47c6c27088633c3704a7e8bb..8d270b8a437d91d8e6793a85542bd4d45cf5e111 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: portlist.c,v 1.9 2005/07/12 01:00:15 marka Exp $ */
+/* $Id: portlist.c,v 1.10 2006/08/24 00:17:54 marka Exp $ */
 
 /*! \file */
 
+#include <config.h>
+
 #include <stdlib.h>
 
 #include <isc/magic.h>
index 4eb25547c2acb5d3721e71ee56d51a1f23540190..b1104c44db774b70496a9646f58830381d27eb97 100644 (file)
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char rcsid[] =
-       "$Id: netscope.c,v 1.9 2005/04/29 00:23:28 marka Exp $";
+       "$Id: netscope.c,v 1.10 2006/08/24 00:17:54 marka Exp $";
 #endif /* LIBC_SCCS and not lint */
 
+#include <config.h>
+
 #include <isc/string.h>
 #include <isc/net.h>
 #include <isc/netscope.h>
index 42f1f4392d5d77d691f9a164e075e6d3a59806cc..48be11878e54b2258a6b383be9fd13df0e465db6 100644 (file)
@@ -15,7 +15,9 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: condition.c,v 1.6 2004/03/05 05:11:08 marka Exp $ */
+/* $Id: condition.c,v 1.7 2006/08/24 00:17:54 marka Exp $ */
+
+#include <config.h>
 
 #include <isc/util.h>
 
index 9abe3045215b4d982b29f7f2cc13207c12c51901..b5523711cf25d66b11e331d5885e482bed7e6441 100644 (file)
@@ -15,7 +15,9 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: mutex.c,v 1.6 2004/03/05 05:11:09 marka Exp $ */
+/* $Id: mutex.c,v 1.7 2006/08/24 00:17:54 marka Exp $ */
+
+#include <config.h>
 
 #include <isc/util.h>
 
index b906a107e5b95f846f6d0f0bf6585fe5c3ecb2bb..d159b6682d99c7cdcdfef0b249e63d83c4b9ea8b 100644 (file)
@@ -15,7 +15,9 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: fsaccess.c,v 1.9 2005/04/29 00:23:50 marka Exp $ */
+/* $Id: fsaccess.c,v 1.10 2006/08/24 00:17:54 marka Exp $ */
+
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>
index acb1216011f60d41ea801817870c9eb858e3e9c4..e1a3a08461a811b6697b9a66a06a5829b3ccffbf 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ipv6.c,v 1.10 2005/04/29 00:23:51 marka Exp $ */
+/* $Id: ipv6.c,v 1.11 2006/08/24 00:17:54 marka Exp $ */
 
 /*! \file */
 
+#include <config.h>
+
 #include <isc/ipv6.h>
 
 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
index 54b9a59ac493cf0485ee74f005a344083dd9aa38..59aae09b0b680ed8b573ec50e1066b082cff8f76 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: gai_strerror.c,v 1.18 2005/04/29 00:24:05 marka Exp $ */
+/* $Id: gai_strerror.c,v 1.19 2006/08/24 00:17:54 marka Exp $ */
 
 /*! \file gai_strerror.c
  * lwres_gai_strerror() returns an error message corresponding to an
@@ -43,6 +43,9 @@
  *
  * strerror, lwres_getaddrinfo(), getaddrinfo(), RFC2133.
  */
+
+#include <config.h>
+
 #include <lwres/netdb.h>
 
 /*% Text of error messages. */