]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
temporally make isc__task_exiting become isc_task_exiting so that the
authorMark Andrews <marka@isc.org>
Sat, 4 Dec 2010 13:27:10 +0000 (13:27 +0000)
committerMark Andrews <marka@isc.org>
Sat, 4 Dec 2010 13:27:10 +0000 (13:27 +0000)
export version of libisc has all the symbols to link.

lib/isc/include/isc/namespace.h
lib/isc/task.c

index e6d13358c422fef70746d677ea161bb41fae22a4..ca19c07726d74479523e1354a47618964b3bd3c0 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: namespace.h,v 1.5.62.3 2010/12/03 22:04:49 each Exp $ */
+/* $Id: namespace.h,v 1.5.62.4 2010/12/04 13:27:10 marka Exp $ */
 
 #ifndef ISCAPI_NAMESPACE_H
 #define ISCAPI_NAMESPACE_H 1
 #define isc_task_create isc__task_create
 #define isc_task_attach isc__task_attach
 #define isc_task_detach isc__task_detach
-#define isc_task_exiting isc__task_exiting
+/* #define isc_task_exiting isc__task_exiting XXXMPA */
 #define isc_task_send isc__task_send
 #define isc_task_sendanddetach isc__task_sendanddetach
 #define isc_task_purgerange isc__task_purgerange
index 557a2ad2f3e2aa0adf2bb5af2433ab153e380201..4ba671e775c081dda3c711d98d8195909a112f72 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: task.c,v 1.111.60.2 2010/12/03 23:46:20 tbox Exp $ */
+/* $Id: task.c,v 1.111.60.3 2010/12/04 13:27:10 marka Exp $ */
 
 /*! \file
  * \author Principal Author: Bob Halley
@@ -1483,7 +1483,7 @@ isc__task_register() {
 #endif
 
 isc_boolean_t
-isc__task_exiting(isc_task_t *t) {
+isc_task_exiting(isc_task_t *t) {
        isc__task_t *task = (isc__task_t *)t;
 
        REQUIRE(VALID_TASK(task));