Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/bind/dist/lib/isc Match #if change in task.c.



details:   https://anonhg.NetBSD.org/src/rev/a73133e702bf
branches:  trunk
changeset: 794999:a73133e702bf
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Mar 29 22:44:20 2014 +0000

description:
Match #if change in task.c.

diffstat:

 external/bsd/bind/dist/lib/isc/task_p.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 7e732d8e4d64 -r a73133e702bf external/bsd/bind/dist/lib/isc/task_p.h
--- a/external/bsd/bind/dist/lib/isc/task_p.h   Sat Mar 29 22:30:27 2014 +0000
+++ b/external/bsd/bind/dist/lib/isc/task_p.h   Sat Mar 29 22:44:20 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: task_p.h,v 1.6 2014/03/29 19:34:23 christos Exp $      */
+/*     $NetBSD: task_p.h,v 1.7 2014/03/29 22:44:20 joerg Exp $ */
 
 /*
  * Copyright (C) 2004, 2005, 2007, 2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
@@ -27,9 +27,9 @@
 #if defined(ISC_PLATFORM_USETHREADS)
 void
 isc__taskmgr_pause(isc_taskmgr_t *taskmgr);
-#else
 void
 isc__taskmgr_resume(isc_taskmgr_t *taskmgr);
+#else
 isc_boolean_t
 isc__taskmgr_ready(isc_taskmgr_t *taskmgr);
 



Home | Main Index | Thread Index | Old Index