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

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



Author: sthibault
Date: 2012-05-11 22:18:43 +0000 (Fri, 11 May 2012)
New Revision: 5248

Removed:
   glibc-package/trunk/debian/patches/hurd-i386/cvs-eaf.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
Drop cvs-eaf.diff patch, duplicate with cvs-hurd-socket-EAFNOSUPPORT.diff

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2012-05-10 01:06:40 UTC (rev 5247)
+++ glibc-package/trunk/debian/changelog	2012-05-11 22:18:43 UTC (rev 5248)
@@ -4,10 +4,6 @@
   * patches/localedata/cvs-rupeesign.diff: use new rupee symbol
     in Indian locales, thanks to Prema.  closes: #671299.
 
-  [ Samuel Thibault ]
-  * patches/hurd-i386/cvs-eaf.diff: New patch to fix socket() EAFNOSUPPORT error
-    value.
-
  -- Clint Adams <clint@debian.org>  Fri, 04 May 2012 23:39:00 -0400
 
 eglibc (2.13-32) unstable; urgency=medium

Deleted: glibc-package/trunk/debian/patches/hurd-i386/cvs-eaf.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/cvs-eaf.diff	2012-05-10 01:06:40 UTC (rev 5247)
+++ glibc-package/trunk/debian/patches/hurd-i386/cvs-eaf.diff	2012-05-11 22:18:43 UTC (rev 5248)
@@ -1,13 +0,0 @@
-diff --git a/sysdeps/mach/hurd/socket.c b/sysdeps/mach/hurd/socket.c
-index a707ed9..b29a6e6 100644
---- a/sysdeps/mach/hurd/socket.c
-+++ b/sysdeps/mach/hurd/socket.c
-@@ -57,7 +57,7 @@ __socket (domain, type, protocol)
-      isn't supported.  */
-   if (err == MACH_SEND_INVALID_DEST || err == MIG_SERVER_DIED
-       || err == MIG_BAD_ID || err == EOPNOTSUPP)
--    err = EPFNOSUPPORT;
-+    err = EAFNOSUPPORT;
- 
-   if (err)
-     return __hurd_fail (err);

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2012-05-10 01:06:40 UTC (rev 5247)
+++ glibc-package/trunk/debian/patches/series	2012-05-11 22:18:43 UTC (rev 5248)
@@ -199,7 +199,6 @@
 hurd-i386/tg-libpthread_depends.diff
 hurd-i386/libpthread_librt-link.diff
 hurd-i386/libpthread_version.diff
-hurd-i386/cvs-eaf.diff
 
 kfreebsd/submitted-libc_once.diff
 


Reply to: