]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: nil: Remove spurious zconf.h include
authorOndřej Surý <ondrej@isc.org>
Thu, 29 May 2025 04:35:08 +0000 (04:35 +0000)
committerOndřej Surý <ondrej@isc.org>
Thu, 29 May 2025 04:35:08 +0000 (04:35 +0000)
commit992be6598f575cff77fdb59b89cbc8deb1ad5084
tree78760589f3d242c0785b8bc9577893d869a0fd13
parent33f17c238485cc772a75ec26126346e2989c020f
parent15ddacbf17ad328ac578db59d7387024cada6e21
fix: nil: Remove spurious zconf.h include

The #include <zconf.h> got spuriously included into isc_commandline
unit.  The #include <limits.h> needs to be used instead.

Merge branch 'ondrej/unify-handling-of-the-program-name-fix' into 'main'

See merge request isc-projects/bind9!10503