summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-03-06 21:55:18 -0500
committerUlrich Drepper <drepper@gmail.com>2012-03-06 21:55:18 -0500
commita000466f5ede60ac25859ed74a49c9322119219b (patch)
tree7637f9090d35356cd62e62ed56f2c990328f3bab /nss
parentf72ed77d712d9ad75ca3c7a7505cb2bb8d4cd0fc (diff)
Add missing gshadow handling in __nss_configure_lookup
Diffstat (limited to 'nss')
-rw-r--r--nss/databases.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/nss/databases.def b/nss/databases.def
index 755fbe201a..0247aa9637 100644
--- a/nss/databases.def
+++ b/nss/databases.def
@@ -1,5 +1,5 @@
/* List of all databases defined for the NSS in GNU C Library.
- Copyright (C) 1996, 1997, 2005, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 2005, 2011, 2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
@@ -23,6 +23,7 @@
DEFINE_DATABASE (aliases)
DEFINE_DATABASE (ethers)
DEFINE_DATABASE (group)
+DEFINE_DATABASE (gshadow)
DEFINE_DATABASE (hosts)
DEFINE_DATABASE (initgroups)
DEFINE_DATABASE (netgroup)