]> git.ipfire.org Git - thirdparty/glibc.git/commit
nscd: remove reference to libnsl
authorAndreas Schwab <schwab@suse.de>
Tue, 10 Oct 2017 12:09:02 +0000 (14:09 +0200)
committerAndreas Schwab <schwab@suse.de>
Wed, 11 Oct 2017 13:51:52 +0000 (15:51 +0200)
commit2faa42daa886cc176dfc10fef2308c9191a6ec7f
tree3d40397552004382b7da9af9da37692657fc7dec
parentd8425e116cdd954fea0c04c0f406179b5daebbb3
nscd: remove reference to libnsl

This removes the dependency on libnsl from nscd.  It only used __nis_hash,
build its own copy under the name __nscd_hash.
ChangeLog
nis/Makefile
nscd/Makefile
nscd/cache.c
nscd/nscd_hash.c [new file with mode: 0644]
nscd/nscd_hash.h [new file with mode: 0644]
nscd/nscd_helper.c