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

r6100 - glibc-package/branches/eglibc-2.19/debian/patches/any



Author: aurel32
Date: 2014-05-21 20:54:09 +0000 (Wed, 21 May 2014)
New Revision: 6100

Modified:
   glibc-package/branches/eglibc-2.19/debian/patches/any/local-ldconfig-ignore-ld.so.diff
Log:
Fix a typo


Modified: glibc-package/branches/eglibc-2.19/debian/patches/any/local-ldconfig-ignore-ld.so.diff
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/patches/any/local-ldconfig-ignore-ld.so.diff	2014-05-21 20:25:05 UTC (rev 6099)
+++ glibc-package/branches/eglibc-2.19/debian/patches/any/local-ldconfig-ignore-ld.so.diff	2014-05-21 20:54:09 UTC (rev 6100)
@@ -40,7 +40,7 @@
  	}
 +
 +      /* Do not change the symlink pointer to the dynamic linker except for
-+	 non-existing symlinks, as it might break break multiarch systems.  */
++	 non-existing symlinks, as it might break multiarch systems.  */
 +      for (i = 0; i < sizeof (ld_sonames) / sizeof (ld_sonames[0]); i++)
 +	if (__glibc_unlikely(!strcmp(soname, ld_sonames[i])))
 +	  {


Reply to: