Module Name:    src
Committed By:   dsl
Date:           Sat Mar  1 12:12:57 UTC 2014

Modified Files:
        src/external/bsd/bind/dist/lib/dns/include/dns: rbt.h

Log Message:
Add missing #endif


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/bind/dist/lib/dns/include/dns/rbt.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/bind/dist/lib/dns/include/dns/rbt.h
diff -u src/external/bsd/bind/dist/lib/dns/include/dns/rbt.h:1.8 src/external/bsd/bind/dist/lib/dns/include/dns/rbt.h:1.9
--- src/external/bsd/bind/dist/lib/dns/include/dns/rbt.h:1.8	Sat Mar  1 03:24:37 2014
+++ src/external/bsd/bind/dist/lib/dns/include/dns/rbt.h	Sat Mar  1 12:12:57 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: rbt.h,v 1.8 2014/03/01 03:24:37 christos Exp $	*/
+/*	$NetBSD: rbt.h,v 1.9 2014/03/01 12:12:57 dsl Exp $	*/
 
 /*
  * Copyright (C) 2004-2009, 2012-2014  Internet Systems Consortium, Inc. ("ISC")
@@ -1035,6 +1035,7 @@ dns_rbtnode_refdecrement(dns_rbtnode_t *
 		if ((refs) != NULL)                             \
 			(*refs) = (node)->references;           \
 	} while (/*CONSTCOND*/0)
+#endif
 #endif /* DNS_RBT_USEISCREFCOUNT */
 
 ISC_LANG_ENDDECLS

Reply via email to