From: Mark Andrews Date: Fri, 30 May 2025 06:34:57 +0000 (+0000) Subject: fix: dev: Allow keystore.c to compile on Solaris X-Git-Tag: v9.21.9~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b7c19a3400eba742f7281a0f3d796ecca3858e4;p=thirdparty%2Fbind9.git fix: dev: 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. Closes #5327 Merge branch '5327-fix-solaris-keystore-build' into 'main' See merge request isc-projects/bind9!10522 --- 9b7c19a3400eba742f7281a0f3d796ecca3858e4