[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Patches] FSF merges 2012-05-26
- To: patches@xxxxxxxxxx
- Subject: Re: [Patches] FSF merges 2012-05-26
- From: "Joseph S. Myers" <joseph@xxxxxxxxxxxxxxxx>
- Date: Sat, 26 May 2012 20:06:39 +0000 (UTC)
I've applied this fix for an interaction of code that came in with the
merge with existing EGLIBC changes.
Index: nss/nsswitch.c
===================================================================
--- nss/nsswitch.c (revision 18731)
+++ nss/nsswitch.c (working copy)
@@ -192,7 +192,7 @@
{
entry->next = defconfig_entries;
entry->service = *ni;
- entry->name[0] = '\0';
+ entry->name = "";
defconfig_entries = entry;
}
}
Index: ChangeLog.eglibc
===================================================================
--- ChangeLog.eglibc (revision 18731)
+++ ChangeLog.eglibc (working copy)
@@ -1,3 +1,7 @@
+2012-05-26 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * nss/nsswitch.c (__nss_database_lookup): Update for last merge.
+
2012-03-28 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* posix/cross-getconf.c (cross_getconf): Update after last merge.
--
Joseph S. Myers
joseph@xxxxxxxxxxxxxxxx
_______________________________________________
Patches mailing list
Patches@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/patches