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 add missing #else Takahiro Ha...
details: https://anonhg.NetBSD.org/src/rev/db641f69ee08
branches: trunk
changeset: 328230:db641f69ee08
user: christos <christos%NetBSD.org@localhost>
date: Sat Mar 29 19:34:23 2014 +0000
description:
add missing #else Takahiro Hayashi
diffstat:
external/bsd/bind/dist/lib/isc/task_p.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a592c3bc2bbe -r db641f69ee08 external/bsd/bind/dist/lib/isc/task_p.h
--- a/external/bsd/bind/dist/lib/isc/task_p.h Sat Mar 29 19:33:03 2014 +0000
+++ b/external/bsd/bind/dist/lib/isc/task_p.h Sat Mar 29 19:34:23 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: task_p.h,v 1.5 2014/03/01 03:24:39 christos Exp $ */
+/* $NetBSD: task_p.h,v 1.6 2014/03/29 19:34:23 christos Exp $ */
/*
* Copyright (C) 2004, 2005, 2007, 2009, 2011-2013 Internet Systems Consortium, Inc. ("ISC")
@@ -27,7 +27,7 @@
#if defined(ISC_PLATFORM_USETHREADS)
void
isc__taskmgr_pause(isc_taskmgr_t *taskmgr);
-
+#else
void
isc__taskmgr_resume(isc_taskmgr_t *taskmgr);
isc_boolean_t
Home |
Main Index |
Thread Index |
Old Index