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

sthibault pushed a commit to branch sid
in repository glibc.

commit d97930674d5b8ea2a557bc32220e7f8b70f2b45f
Author: Samuel Thibault <samuel.thiba...@ens-lyon.org>
Date:   Tue Oct 11 00:07:03 2016 +0200

    Add missing include to fix warning
---
 debian/patches/hurd-i386/tg-sysvshm.diff | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/patches/hurd-i386/tg-sysvshm.diff 
b/debian/patches/hurd-i386/tg-sysvshm.diff
index 74c8c64..984d0eb 100644
--- a/debian/patches/hurd-i386/tg-sysvshm.diff
+++ b/debian/patches/hurd-i386/tg-sysvshm.diff
@@ -235,7 +235,7 @@ Subject: [PATCH] Implement SysV shared memory for GNU/Hurd.
 +}
 --- /dev/null
 +++ b/sysdeps/mach/hurd/shmat.c
-@@ -0,0 +1,78 @@
+@@ -0,0 +1,79 @@
 +/* Copyright (C) 2005 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +
@@ -257,6 +257,7 @@ Subject: [PATCH] Implement SysV shared memory for GNU/Hurd.
 +#include <errno.h>
 +#include <utime.h>
 +#include <stdio.h>
++#include <unistd.h>
 +#include <assert.h>
 +#include <sys/mman.h>
 +#include <sys/ipc.h>

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

Reply via email to