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

[glibc] 02/05: patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff: Update to fix symbol exposition



This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch glibc-2.26
in repository glibc.

commit 09ad2d0ed854d36ca92f423d8f2792002494f062
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Sep 26 19:49:36 2017 +0000

    patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff: Update to fix symbol exposition
---
 debian/changelog                                   | 1 +
 debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c5a809a..e175f99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -85,6 +85,7 @@ glibc (2.26-0experimental0) UNRELEASED; urgency=medium
     - patches/hurd-i386/git-clock_gettime_gettimeofday.diff: New patch.
     - patches/hurd-i386/tg-gsync-libc.diff: Update.
     - patches/hurd-i386/tg-libpthread-gsync-mutex.diff: Update.
+    - patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff: Update.
     - testsuite-xfail-debian.mk: Update.
     - testsuite-xfail-debian.mk: Remove now-removed XPG3 entries.
 
diff --git a/debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff b/debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff
index 7ce7a7f..f7d3bb8 100644
--- a/debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff
+++ b/debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff
@@ -75,7 +75,7 @@ index 0200b13..b66e5b5 100644
 +  size_t tw_size = 0;
 +  unsigned i;
 +
-+  err = mach_port_mod_refs (mach_task_self (), rendezvous,
++  err = __mach_port_mod_refs (mach_task_self (), rendezvous,
 +			    MACH_PORT_RIGHT_SEND, 1);
 +  if (err)
 +    goto out;
@@ -130,7 +130,7 @@ index 0200b13..b66e5b5 100644
 +    err = EIO;
 +
 +out:
-+  mach_port_deallocate (mach_task_self (), rendezvous);
++  __mach_port_deallocate (__mach_task_self (), rendezvous);
 +  if (euids != euids_buf)
 +    __vm_deallocate (__mach_task_self(), (vm_address_t) euids, neuids * sizeof(uid_t));
 +  if (auids != auids_buf)
@@ -221,8 +221,8 @@ index 612581c..51167e8 100644
 +	  mach_port_t rendezvous  = __mach_reply_port (), reply;
 +	  struct cmsgcred *ucredp;
 +
-+	  err = mach_port_insert_right (mach_task_self (), rendezvous,
-+					rendezvous, MACH_MSG_TYPE_MAKE_SEND);
++	  err = __mach_port_insert_right (mach_task_self (), rendezvous,
++					  rendezvous, MACH_MSG_TYPE_MAKE_SEND);
 +	  ports[nports++] = rendezvous;
 +	  if (err)
 +	    goto out;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: