From patchwork Mon Jan 29 00:49:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 866976 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-89752-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="n7LPzNCi"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zV9sK6rwFz9sCZ for ; Mon, 29 Jan 2018 11:50:13 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; q=dns; s= default; b=MtIFKZL/3apfsSGc2PqQqazSRdMDKfrIxSHfSBaADxT3b6EeyrA6F hDrzE6nsa4xtbynmBjCsLOs6Z9SW2N4IfOjBasdM+PPoktCJQSm/1UsVBCHIZGq4 roUOlXCzMmeeVlv1s0VlV+k/kbV733cb1TJt5Ddd2XU3nMDUDjHP9Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id; s=default; bh=lJtBb69C9h7p1pYIiCYPR1tQlPM=; b=n7LPzNCiy29D1ZK3dlvgs8K/G2y8 KEx8wQRveJU6O+ZmRnHqGBndbvmsARCgIzgizRmo35ogQWDWy8Q3PgCdvdxjkbiR 920dLVS2XellSY+vy4bncuHh+8PC4M5PrqBiiUlQw8j0+9O0O9FYgTogXBxfJPTQ uy4Y83XiJy47PK8= Received: (qmail 1292 invoked by alias); 29 Jan 2018 00:50:07 -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 1277 invoked by uid 89); 29 Jan 2018 00:50:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY autolearn=ham version=3.3.2 spammy=nonexisting, non-existing X-HELO: mail3-relais-sop.national.inria.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited] hurd: Fix includes Date: Mon, 29 Jan 2018 01:49:59 +0100 Message-Id: <20180129004959.42287-1-samuel.thibault@ens-lyon.org> * sysdeps/mach/hurd/net/ethernet.h: Include . * sysdeps/mach/hurd/net/if_arp.h: Include . * sysdeps/mach/hurd/net/if_ppp.h: Do not include non-existing . --- ChangeLog | 4 ++++ sysdeps/mach/hurd/net/ethernet.h | 1 + sysdeps/mach/hurd/net/if_arp.h | 1 + sysdeps/mach/hurd/net/if_ppp.h | 1 - 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6ee1d44de9..d391807627 100644 --- a/ChangeLog +++ b/ChangeLog @@ -101,6 +101,10 @@ * sysdeps/mach/configure (mach_interface_list): Regenerate. * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_VDISABLE): Set to '\0' instead of invalid -1. + * sysdeps/mach/hurd/net/ethernet.h: Include . + * sysdeps/mach/hurd/net/if_arp.h: Include . + * sysdeps/mach/hurd/net/if_ppp.h: Do not include non-existing + . 2008-12-18 Thomas Schwinge diff --git a/sysdeps/mach/hurd/net/ethernet.h b/sysdeps/mach/hurd/net/ethernet.h index fecf68ce84..31f15cbe0f 100644 --- a/sysdeps/mach/hurd/net/ethernet.h +++ b/sysdeps/mach/hurd/net/ethernet.h @@ -23,6 +23,7 @@ #include #include +#include #include /* IEEE 802.3 Ethernet constants */ __BEGIN_DECLS diff --git a/sysdeps/mach/hurd/net/if_arp.h b/sysdeps/mach/hurd/net/if_arp.h index 949ec2aca8..01c8b62a99 100644 --- a/sysdeps/mach/hurd/net/if_arp.h +++ b/sysdeps/mach/hurd/net/if_arp.h @@ -26,6 +26,7 @@ #include #include +#include __BEGIN_DECLS diff --git a/sysdeps/mach/hurd/net/if_ppp.h b/sysdeps/mach/hurd/net/if_ppp.h index 8ee620bd03..dbfa152213 100644 --- a/sysdeps/mach/hurd/net/if_ppp.h +++ b/sysdeps/mach/hurd/net/if_ppp.h @@ -53,7 +53,6 @@ #include #include -#include __BEGIN_DECLS