From 2666d441c2d8107b1987b869714189af64b954c6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 14 Jun 2011 22:21:51 -0400 Subject: Reenable nss_db with a completely new implementation No longer is Berkeley db used. Instead a simple hash function is used. The database files are not updated once they are created and therefore no complicated database is needed. --- Versions.def | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Versions.def') diff --git a/Versions.def b/Versions.def index e478fdd9e5..666ea73108 100644 --- a/Versions.def +++ b/Versions.def @@ -67,6 +67,9 @@ libnss_compat { libnss_dns { GLIBC_PRIVATE } +libnss_db { + GLIBC_PRIVATE +} libnss_files { GLIBC_PRIVATE } -- cgit v1.2.3