Author: sthibaul-guest
Date: 2007-07-22 15:13:04 +0000 (Sun, 22 Jul 2007)
New Revision: 2435

Added:
   
glibc-package/branches/glibc-2.5/debian/patches/hurd-i386/submitted-ECANCELED.diff
Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/patches/series
Log:
  * hurd-i386/submitted-ECANCELED.diff: new patch to fix ECANCELED value.
    Closes: #396135.


Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog   2007-07-22 11:52:28 UTC 
(rev 2434)
+++ glibc-package/branches/glibc-2.5/debian/changelog   2007-07-22 15:13:04 UTC 
(rev 2435)
@@ -5,6 +5,8 @@
   * patches/hurd-i386/submitted-ioctl-unsigned-size_t.diff: new patch to fix
     some packages that use unsigned or size_t in ioctls.
     Closes: 431365.  
+  * hurd-i386/submitted-ECANCELED.diff: new patch to fix ECANCELED value.
+    Closes: #396135.
 
   [ Michael Banck ]
   * patches/hurd-i386/local-gcc-4.1-init-first.diff: New patch by Thomas

Added: 
glibc-package/branches/glibc-2.5/debian/patches/hurd-i386/submitted-ECANCELED.diff
===================================================================
--- 
glibc-package/branches/glibc-2.5/debian/patches/hurd-i386/submitted-ECANCELED.diff
                          (rev 0)
+++ 
glibc-package/branches/glibc-2.5/debian/patches/hurd-i386/submitted-ECANCELED.diff
  2007-07-22 15:13:04 UTC (rev 2435)
@@ -0,0 +1,22 @@
+--- glibc-2.6/sysdeps/mach/hurd/bits/errno.h.orig      2007-07-22 
11:38:55.976096000 +0000
++++ glibc-2.6/sysdeps/mach/hurd/bits/errno.h   2007-07-22 11:48:57.812109000 
+0000
+@@ -212,8 +212,8 @@
+ #define       EPROTO          _HURD_ERRNO (116)/* Protocol error */
+       ETIME           = _HURD_ERRNO (117),
+ #define       ETIME           _HURD_ERRNO (117)/* Timer expired */
+-      ECANCELED       = _HURD_ERRNO (118),
+-#define       ECANCELED       _HURD_ERRNO (118)/* Operation canceled */
++      ECANCELED       = _HURD_ERRNO (119),
++#define       ECANCELED       _HURD_ERRNO (119)/* Operation canceled */
+ 
+       /* Errors from <mach/message.h>.  */
+       EMACH_SEND_IN_PROGRESS          = 0x10000001,
+@@ -297,7 +297,7 @@
+ 
+ };
+ 
+-#define       _HURD_ERRNOS    119
++#define       _HURD_ERRNOS    120
+ 
+ /* User-visible type of error codes.  It is ok to use `int' or
+    `kern_return_t' for these, but with `error_t' the debugger prints

Modified: glibc-package/branches/glibc-2.5/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.5/debian/patches/series      2007-07-22 
11:52:28 UTC (rev 2434)
+++ glibc-package/branches/glibc-2.5/debian/patches/series      2007-07-22 
15:13:04 UTC (rev 2435)
@@ -76,6 +76,7 @@
 hurd-i386/submitted-stat.diff -p0
 hurd-i386/submitted-sysvshm.diff -p1
 hurd-i386/submitted-trivial.diff -p0
+hurd-i386/submitted-ECANCELED.diff
 
 i386/local-biarch.diff -p1
 i386/local-cmov.diff -p0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to