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/dns/include/dns Add missing #endif



details:   https://anonhg.NetBSD.org/src/rev/b9e770aa2f7e
branches:  trunk
changeset: 327189:b9e770aa2f7e
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sat Mar 01 12:12:57 2014 +0000

description:
Add missing #endif

diffstat:

 external/bsd/bind/dist/lib/dns/include/dns/rbt.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 10c5a634e808 -r b9e770aa2f7e external/bsd/bind/dist/lib/dns/include/dns/rbt.h
--- a/external/bsd/bind/dist/lib/dns/include/dns/rbt.h  Sat Mar 01 11:08:11 2014 +0000
+++ b/external/bsd/bind/dist/lib/dns/include/dns/rbt.h  Sat Mar 01 12:12:57 2014 +0000
@@ -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 @@
                if ((refs) != NULL)                             \
                        (*refs) = (node)->references;           \
        } while (/*CONSTCOND*/0)
+#endif
 #endif /* DNS_RBT_USEISCREFCOUNT */
 
 ISC_LANG_ENDDECLS



Home | Main Index | Thread Index | Old Index