NetBSD/dist/bind/lib/nameser
bjh21 dca4ae94d6 When checking that a potentially-unsigned enum is >= 0, assign it to an int
first.  This is necessary to avoid warnings with -fshort-enums.  Casting
to an int really should be enough, but turns out not to be.

This change will be documented in doc/HACKS.
2002-03-09 13:22:52 +00:00
..
ns_date.c
ns_name.c
ns_netint.c
ns_parse.c When checking that a potentially-unsigned enum is >= 0, assign it to an int 2002-03-09 13:22:52 +00:00
ns_print.c upgrade to 8.2.4. 2001-05-17 22:59:37 +00:00
ns_samedomain.c
ns_sign.c
ns_ttl.c
ns_verify.c