History log of /netbsd-6-1-5-RELEASE/dist/dhcp/dst/dst_internal.h
Revision Date Author Comments
# 1.2 26-Jan-2010 drochner

branches: 1.2.6; 1.2.12;
rather than adding braces in the code, define the offending macro
to "(void)0". This is what similar code in bind9 (up to 9.5) does.
(native NetBSD code usually does "do { } while (/* CONSTCOND */ 0)"
in this case)
Anyway, I've checked the code, didn't find ambiguities due to
the empty statements, so the whole thing is harmless.