about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-02 04:20:21 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-02 04:20:21 +0000
commit9a6450d578556c11e7c173d2f28362345b8f1258 (patch)
tree327614f7bd913eb2de638df4001e533e933ee691 /ChangeLog
parenta673fbcb1f42cd17f54ddeab03e85716ccf15c51 (diff)
downloadglibc-9a6450d578556c11e7c173d2f28362345b8f1258.tar.gz
glibc-9a6450d578556c11e7c173d2f28362345b8f1258.tar.xz
glibc-9a6450d578556c11e7c173d2f28362345b8f1258.zip
Update.
	* nss/nss_db/db-XXX.c: Move internal_setent and internal_endent
	functions from here...
	* nss/db-alias.c: ...and here...
	* nss/db-netgrp.c: ...and here...
	* nss/nss_db/db-open.c: ...to here.  New file.
	* nss/nss_db/dummy-db.h: New file.
	* nss/nss_db/nss_db.h: New file.
	* nss/Depend: Depend in dlfcn, not db2.
	* nss/Makefile (libnss_db-routines): Add db-open.
	(distribute): Add nss_db.h dummy-db.h.
	(libnss_db.so): Replace libdb dependency by $(libdl).
	Based on a patch by Zack Weinberg.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 909ae5746f..79bd7871a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2000-01-01  Ulrich Drepper  <drepper@cygnus.com>
 
+	* nss/nss_db/db-XXX.c: Move internal_setent and internal_endent
+	functions from here...
+	* nss/db-alias.c: ...and here...
+	* nss/db-netgrp.c: ...and here...
+	* nss/nss_db/db-open.c: ...to here.  New file.
+	* nss/nss_db/dummy-db.h: New file.
+	* nss/nss_db/nss_db.h: New file.
+	* nss/Depend: Depend in dlfcn, not db2.
+	* nss/Makefile (libnss_db-routines): Add db-open.
+	(distribute): Add nss_db.h dummy-db.h.
+	(libnss_db.so): Replace libdb dependency by $(libdl).
+	Based on a patch by Zack Weinberg.
+
 	* locale/programs/ld-ctype.c: Implement rest of transliteration
 	definition parsing.
 	* locale/programs/locfile-kw.gperf: New keyword translit_ignore.