bind9/lib
Michał Kępień c3cfdb9670 Refactor lib/isc/fsaccess.c
Turn the static check_bad_bits() function used by both Unix and Windows
systems into a "private" function and extract the "private" parts of
lib/isc/fsaccess.c to lib/isc/fsaccess_common_p.h.  Instead of including
lib/isc/fsaccess.c from lib/isc/{unix,win32}/fsaccess.c, make the former
an independent C source file.

Rename lib/isc/fsaccess.c to lib/isc/fsaccess_common.c to prevent build
issues on Windows caused by multiple source files (lib/isc/fsaccess.c,
lib/isc/win32/fsaccess.c) being compiled into the same object file.

These changes improve consistency with the way "private" functions and
macros are treated elsewhere in the source tree.
2020-06-05 13:19:49 +02:00
..
bind9 Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
dns Add +yaml support for EDE 2020-06-05 08:34:51 +10:00
irs Associate unit test data dir with a more specific variable 2020-06-04 12:56:57 +02:00
isc Refactor lib/isc/fsaccess.c 2020-06-05 13:19:49 +02:00
isccc Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
isccfg Fix "array subscript is of type 'char'" 2020-06-04 14:33:06 +02:00
ns Ignore attempts to add DS records at zone apex 2020-06-04 16:00:33 +02:00
samples Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
win32/bindevt Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
.gitignore Provide unit test driver 2020-05-21 12:13:01 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
unit-test-driver.sh.in Provide unit test driver 2020-05-21 12:13:01 +02:00