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

r2105 - in glibc-package/trunk/debian: . patches patches/any



Author: aurel32
Date: 2007-04-21 19:04:37 +0000 (Sat, 21 Apr 2007)
New Revision: 2105

Added:
   glibc-package/trunk/debian/patches/any/cvs-realpath.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/any/cvs-realpath.diff: new patch (fix wrong comment about
    realpath() in /usr/include/stdlib) from CVS.  Closes: #239427.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-04-21 18:52:47 UTC (rev 2104)
+++ glibc-package/trunk/debian/changelog	2007-04-21 19:04:37 UTC (rev 2105)
@@ -13,10 +13,12 @@
   * patches/any/cvs-bits_in_h-ipv6.diff: new patch from CVS (defines
     IPV6_V6ONLY in bits/in.h).  Closes: #420188.
   * debhelper.in/libc.preinst: check the library files instead of links
-    while checking for a non-dpkg owned libc6 in /lib/tls. Links are 
+    while checking for a non-dpkg owned libc6 in /lib/tls. Links are
     recreated by ldconfig.
+  * patches/any/cvs-realpath.diff: new patch (fix wrong comment about
+    realpath() in /usr/include/stdlib) from CVS.  Closes: #239427.
 
- -- Aurelien Jarno <aurel32@debian.org>  Fri, 20 Apr 2007 19:01:16 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sat, 21 Apr 2007 21:03:39 +0200
 
 glibc (2.5-3) unstable; urgency=low
 

Added: glibc-package/trunk/debian/patches/any/cvs-realpath.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/cvs-realpath.diff	2007-04-21 18:52:47 UTC (rev 2104)
+++ glibc-package/trunk/debian/patches/any/cvs-realpath.diff	2007-04-21 19:04:37 UTC (rev 2105)
@@ -0,0 +1,30 @@
+2007-04-17  Ulrich Drepper  <drepper@redhat.com>
+
+        [BZ #4368]
+        * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
+
+===================================================================
+RCS file: /cvs/glibc/libc/stdlib/stdlib.h,v
+retrieving revision 1.116
+retrieving revision 1.117
+diff -u -r1.116 -r1.117
+--- libc/stdlib/stdlib.h	2007/03/17 17:04:06	1.116
++++ libc/stdlib/stdlib.h	2007/04/17 18:35:42	1.117
+@@ -747,12 +747,11 @@
+ #endif
+ 
+ #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED
+-/* Return the canonical absolute name of file NAME.  The last file name
+-   component need not exist, and may be a symlink to a nonexistent file.
+-   If RESOLVED is null, the result is malloc'd; otherwise, if the canonical
+-   name is PATH_MAX chars or more, returns null with `errno' set to
+-   ENAMETOOLONG; if the name fits in fewer than PATH_MAX chars, returns the
+-   name in RESOLVED.  */
++/* Return the canonical absolute name of file NAME.  If RESOLVED is
++   null, the result is malloc'd; otherwise, if the canonical name is
++   PATH_MAX chars or more, returns null with `errno' set to
++   ENAMETOOLONG; if the name fits in fewer than PATH_MAX chars,
++   returns the name in RESOLVED.  */
+ extern char *realpath (__const char *__restrict __name,
+ 		       char *__restrict __resolved) __THROW __wur;
+ #endif

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2007-04-21 18:52:47 UTC (rev 2104)
+++ glibc-package/trunk/debian/patches/series	2007-04-21 19:04:37 UTC (rev 2105)
@@ -103,6 +103,7 @@
 any/cvs-bits_in_h-ipv6.diff -p1
 any/cvs-itoa-c.diff -p1
 any/cvs-lt-update.diff -p0
+any/cvs-realpath.diff -p1
 any/cvs-zdump-64-bit.diff -p1
 any/local-notls.diff -p0
 any/local-asserth-decls.diff -p0



Reply to: