git-bits_socket.h
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)
committerAurelien Jarno <aurel32@debian.org>
Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)
commit 01969395db01fedcd3fb76d76654b24908e5757b
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Sep 3 02:22:00 2017 +0200

    hurd: Fix getting ssize_t for <sys/socket.h>

            * sysdeps/mach/hurd/bits/socket.h: Include <sys/types.h> instead of
            just <bits/types.h>.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-bits_socket.h.diff

sysdeps/mach/hurd/bits/socket.h

index 6eb09a0ab30c2bd6b2195e94b85aa125ddfb1387..9a412f08337eeb18a5dfb83c8d0aebe2632dd66f 100644 (file)
@@ -29,7 +29,7 @@
 #include <stddef.h>
 
 #include <limits.h>            /* XXX Is this allowed?  */
-#include <bits/types.h>
+#include <sys/types.h>
 
 /* Type for length arguments in socket calls.  */
 #ifndef __socklen_t_defined