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/51ac27dc283b
branches:  trunk
changeset: 1021045:51ac27dc283b
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 2622fea4decd -r 51ac27dc283b 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 @@
        }                                    \
        }                                    \
        }                                    \
-       while (/*CONSTCOND*/0)
+       while (0)
 
 #endif /* _RADIX_H */



Home | Main Index | Thread Index | Old Index