about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2017-10-10 14:09:02 +0200
committerAndreas Schwab <schwab@suse.de>2017-10-11 15:51:52 +0200
commit2faa42daa886cc176dfc10fef2308c9191a6ec7f (patch)
tree3d40397552004382b7da9af9da37692657fc7dec /ChangeLog
parentd8425e116cdd954fea0c04c0f406179b5daebbb3 (diff)
downloadglibc-2faa42daa886cc176dfc10fef2308c9191a6ec7f.tar.gz
glibc-2faa42daa886cc176dfc10fef2308c9191a6ec7f.tar.xz
glibc-2faa42daa886cc176dfc10fef2308c9191a6ec7f.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c668d1867..1a89064e99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2017-10-11  Andreas Schwab  <schwab@suse.de>
+
+	* nis/Makefile (aux): Remove.
+	* nscd/Makefile (aux): Add nscd_hash.
+	(nscd-modules): Likewise.
+	($(objpfx)nscd): Don't depend on libnsl.
+	* nscd/nscd_hash.c: New file.
+	* nscd/nscd_hash.h: Likewise.
+	* nscd/cache.c: Include "nscd_hash.h" instead of <rpcsvc/nis.h>.
+	(cache_search, cache_add): Use __nscd_hash instead of __nis_hash.
+	* nscd/nscd_helper.c: Include <sys/param.h> and "nscd_hash.h"
+	instead of <nis/rpcsvc/nis.h>.
+	(__nscd_cache_search): Use __nscd_hash instead of __nis_hash.
+
 2017-10-11  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #22078]