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

r2434 - in glibc-package/trunk/debian: . patches patches/hurd-i386



Author: sthibaul-guest
Date: 2007-07-22 11:52:28 +0000 (Sun, 22 Jul 2007)
New Revision: 2434

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


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-07-21 23:22:36 UTC (rev 2433)
+++ glibc-package/trunk/debian/changelog	2007-07-22 11:52:28 UTC (rev 2434)
@@ -48,6 +48,8 @@
   * sysdeps/depflags.pl: make libc0.3 depend on TLS-enabled hurd packages.
   * hurd-i386/local-sigsuspend-nocancel.diff: renamed into
     submitted-sigsuspend-nocancel.diff.
+  * hurd-i386/submitted-ECANCELED.diff: new patch to fix ECANCELED value.
+    Closes: #396135.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 22 Jul 2007 01:21:40 +0200
 

Added: glibc-package/trunk/debian/patches/hurd-i386/submitted-ECANCELED.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/submitted-ECANCELED.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/submitted-ECANCELED.diff	2007-07-22 11:52:28 UTC (rev 2434)
@@ -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/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2007-07-21 23:22:36 UTC (rev 2433)
+++ glibc-package/trunk/debian/patches/series	2007-07-22 11:52:28 UTC (rev 2434)
@@ -69,6 +69,7 @@
 hurd-i386/submitted-trivial.diff -p0
 hurd-i386/submitted-ioctl-unsigned-size_t.diff -p0
 hurd-i386/submitted-lock-intern.diff
+hurd-i386/submitted-ECANCELED.diff
 
 i386/local-biarch.diff 
 i386/local-cmov.diff -p0



Reply to: