bind9/lib
Giulio Benetti 0e43f62c12 Fix building on uclibc
While building on uclibc this error is thrown:
In file included from ./include/dns/log.h:20,
                 from callbacks.c:19:
../../lib/isc/include/isc/log.h:141:9: error: unknown type name ‘off_t’
  141 |         off_t maximum_size;
      |         ^~~~~

This is due to missing include unistd.h, so let's add it on top of
isc/log.h

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
2026-01-04 15:14:10 +01:00
..
dns Change zone set/get options related to notify 2025-12-29 09:43:04 +01:00
isc Fix building on uclibc 2026-01-04 15:14:10 +01:00
isccc switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
isccfg Change notify-cds option to notify-cfg CDS 2025-12-29 10:06:16 +01:00
ns Cleanup the extra dns_rdataset_disassociate() code 2025-12-17 15:19:55 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00