[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5270 - glibc-package/trunk/debian/patches/any



Author: aurel32
Date: 2012-06-03 15:49:42 +0000 (Sun, 03 Jun 2012)
New Revision: 5270

Modified:
   glibc-package/trunk/debian/patches/any/cvs-getpwuid-nsswitch.diff
Log:
Fix cvs-getpwuid-nsswitch.diff using code from upstream eglibc


Modified: glibc-package/trunk/debian/patches/any/cvs-getpwuid-nsswitch.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/cvs-getpwuid-nsswitch.diff	2012-06-03 11:11:30 UTC (rev 5269)
+++ glibc-package/trunk/debian/patches/any/cvs-getpwuid-nsswitch.diff	2012-06-03 15:49:42 UTC (rev 5270)
@@ -49,7 +49,7 @@
 +	    {
 +	      entry->next = defconfig_entries;
 +	      entry->service = *ni;
-+	      entry->name[0] = '\0';
++	      entry->name = "";
 +	      defconfig_entries = entry;
 +	    }
 +	}


Reply to: