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

sthibault pushed a commit to branch sid
in repository glibc.

commit 032bb8840cc246f0edef446b27bd8aa83add9232
Author: Samuel Thibault <samuel.thiba...@ens-lyon.org>
Date:   Tue Oct 11 00:05:14 2016 +0200

    Fix warning by adding missing includes
---
 debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff 
b/debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff
index 05eca27..7ce7a7f 100644
--- a/debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff
+++ b/debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff
@@ -188,6 +188,20 @@ diff --git a/sysdeps/mach/hurd/sendmsg.c 
b/sysdeps/mach/hurd/sendmsg.c
 index 612581c..51167e8 100644
 --- a/sysdeps/mach/hurd/sendmsg.c
 +++ b/sysdeps/mach/hurd/sendmsg.c
+@@ -19,11 +19,13 @@
+ #include <string.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
++#include <unistd.h>
+ 
+ #include <hurd.h>
+ #include <hurd/fd.h>
+ #include <hurd/ifsock.h>
+ #include <hurd/socket.h>
++#include <hurd/auth_request.h>
+ #include "hurd/hurdsocket.h"
+ 
+ /* Send a message described MESSAGE on socket FD.
 @@ -111,6 +111,8 @@ __libc_sendmsg (int fd, const struct msghdr *message, int 
flags)
      if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS)
        nports += (cmsg->cmsg_len - CMSG_ALIGN (sizeof (struct cmsghdr)))

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

Reply via email to