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

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



Author: sthibault
Date: 2013-10-02 22:59:07 +0000 (Wed, 02 Oct 2013)
New Revision: 5707

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/tg-sendmsg-SCM_RIGHTS.diff
Log:
* patches/hurd-i386/tg-sendmsg-SCM_RIGHTS.diff: Fix spurious returned error
  when flags are not 0.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2013-09-23 13:02:12 UTC (rev 5706)
+++ glibc-package/trunk/debian/changelog	2013-10-02 22:59:07 UTC (rev 5707)
@@ -2,6 +2,8 @@
 
   [ Samuel Thibault ]
   * libc0.3.symbols.hurd-i386: Refresh.
+  * patches/hurd-i386/tg-sendmsg-SCM_RIGHTS.diff: Fix spurious returned error
+    when flags are not 0.
 
  -- Adam Conrad <adconrad@0c3.net>  Sun, 22 Sep 2013 23:39:33 -0600
 

Modified: glibc-package/trunk/debian/patches/hurd-i386/tg-sendmsg-SCM_RIGHTS.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/tg-sendmsg-SCM_RIGHTS.diff	2013-09-23 13:02:12 UTC (rev 5706)
+++ glibc-package/trunk/debian/patches/hurd-i386/tg-sendmsg-SCM_RIGHTS.diff	2013-10-02 22:59:07 UTC (rev 5707)
@@ -165,7 +165,7 @@
    int i;
  
    /* Find the total number of bytes to be written.  */
-@@ -100,6 +105,46 @@
+@@ -100,6 +105,47 @@
  	}
      }
  
@@ -201,6 +201,7 @@
 +		     nports++;
 +		   /* We pass the flags in the control data.  */
 +		   fds[i] = descriptor->flags;
++		   err;
 +		 }));
 +
 +	      if (err)


Reply to: