From patchwork Sun Sep 3 00:33:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 22581 Received: (qmail 4259 invoked by alias); 3 Sep 2017 00:33:24 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 4249 invoked by uid 89); 3 Sep 2017 00:33:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, SPF_NEUTRAL, URIBL_RED autolearn=ham version=3.3.2 spammy=xxx X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited] hurd: Fix getting ssize_t for Date: Sun, 3 Sep 2017 02:33:15 +0200 Message-Id: <20170903003315.27524-1-samuel.thibault@ens-lyon.org> * sysdeps/mach/hurd/bits/socket.h: Include instead of just . --- ChangeLog | 2 ++ sysdeps/mach/hurd/bits/socket.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 912a3ce4b6..cf6866cd11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * sysdeps/generic/sigsetops.h: Remove spurious #endif. (__sigismember, __sigaddset, __sigdelset): Fix referencing set parameter. + * sysdeps/mach/hurd/bits/socket.h: Include instead of + just . 2017-09-01 Joseph Myers diff --git a/sysdeps/mach/hurd/bits/socket.h b/sysdeps/mach/hurd/bits/socket.h index 6eb09a0ab3..9a412f0833 100644 --- a/sysdeps/mach/hurd/bits/socket.h +++ b/sysdeps/mach/hurd/bits/socket.h @@ -29,7 +29,7 @@ #include #include /* XXX Is this allowed? */ -#include +#include /* Type for length arguments in socket calls. */ #ifndef __socklen_t_defined