]> git.ipfire.org Git - thirdparty/bind9.git/commit
Allow keystore.c to compile on Solaris
authorMark Andrews <marka@isc.org>
Fri, 30 May 2025 05:14:38 +0000 (15:14 +1000)
committerMark Andrews <marka@isc.org>
Fri, 30 May 2025 05:14:38 +0000 (15:14 +1000)
commit521bf1d50fec0f95e096d31ba671ef8aad4e81f8
tree0d7ff020e3b254448acfc5eb4bee676231be2f1c
parentafcb56cf210cea7a0af3bd24f7e3de56a0ecccd8
Allow keystore.c to compile on Solaris

keystore.c failed to compile on Solaris because NAME_MAX was
undefined.  Include 'isc/dir.h' which defines NAME_MAX for platforms
that don't define it.
lib/dns/keystore.c