]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove named_os_gethostname()
authorEvan Hunt <each@isc.org>
Thu, 9 Feb 2023 20:48:07 +0000 (12:48 -0800)
committerEvan Hunt <each@isc.org>
Sat, 18 Feb 2023 20:23:41 +0000 (20:23 +0000)
commit197334464e93c8a603864c7a3d85a3a185da7463
treea6b3eb885397253deef079b06b9c339d95c02ca7
parent345dc4d505d03bfb6e84bedd7f6629cc4748e66f
remove named_os_gethostname()

this function was just a front-end for gethostname(). it was
needed when we supported windows, which has a different function
for looking up the hostname; it's not needed any longer.
bin/named/builtin.c
bin/named/include/named/os.h
bin/named/os.c
bin/named/server.c
lib/ns/client.c
lib/ns/include/ns/server.h