From: Ulrich Drepper Date: Wed, 7 Mar 2012 02:55:18 +0000 (-0500) Subject: Add missing gshadow handling in __nss_configure_lookup X-Git-Tag: glibc-2.16-tps~868 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a000466f5ede60ac25859ed74a49c9322119219b;p=thirdparty%2Fglibc.git Add missing gshadow handling in __nss_configure_lookup --- diff --git a/ChangeLog b/ChangeLog index 520d3ade7e8..e4c64f60681 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-03-06 Ulrich Drepper + * nss/databases.def: Add missing gshadow entry. + * stdio-common/vfprintf.c: Fix formatting. Missing copyright update. 2012-03-06 Marek Polacek diff --git a/nss/databases.def b/nss/databases.def index 755fbe201a9..0247aa96370 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 , 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)