mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:52:10 -04:00
update copyright notice / whitespace
This commit is contained in:
parent
61736a516e
commit
8b22817d17
1 changed files with 2 additions and 2 deletions
|
|
@ -410,8 +410,8 @@ isc_netaddr_issitelocal(isc_netaddr_t *na) {
|
|||
}
|
||||
|
||||
#define ISC_IPADDR_ISNETZERO(i) \
|
||||
(((isc_uint32_t)(i) & ISC__IPADDR(0xff000000)) \
|
||||
== ISC__IPADDR(0x00000000))
|
||||
(((isc_uint32_t)(i) & ISC__IPADDR(0xff000000)) \
|
||||
== ISC__IPADDR(0x00000000))
|
||||
|
||||
isc_boolean_t
|
||||
isc_netaddr_isnetzero(isc_netaddr_t *na) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue