Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mpl/bind/dist/lib/isc/include/isc bind: remove unne...
details: https://anonhg.NetBSD.org/src/rev/6e59bab870ff
branches: trunk
changeset: 379014:6e59bab870ff
user: rillig <rillig%NetBSD.org@localhost>
date: Tue May 04 13:40:34 2021 +0000
description:
bind: remove unnecessary CONSTCOND
Lint does not need this anymore, since 2021-01-31.
diffstat:
external/mpl/bind/dist/lib/isc/include/isc/radix.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r a58f1470ef23 -r 6e59bab870ff external/mpl/bind/dist/lib/isc/include/isc/radix.h
--- a/external/mpl/bind/dist/lib/isc/include/isc/radix.h Tue May 04 13:16:06 2021 +0000
+++ b/external/mpl/bind/dist/lib/isc/include/isc/radix.h Tue May 04 13:40:34 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: radix.h,v 1.6 2021/04/05 11:29:49 rillig Exp $ */
+/* $NetBSD: radix.h,v 1.7 2021/05/04 13:40:34 rillig Exp $ */
/*
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
@@ -219,6 +219,6 @@ isc_radix_process(isc_radix_tree_t *radi
} \
} \
} \
- while (/*CONSTCOND*/0)
+ while (0)
#endif /* _RADIX_H */
Home |
Main Index |
Thread Index |
Old Index