From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [iproute2 1/1] rdma: sync some IP headers with glibc Date: Fri, 15 Jun 2018 11:19:25 -0700 Message-ID: <20180615111925.2079b85c@xeon-e3> References: <1528862996-7045-1-git-send-email-hoang.h.le@dektech.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: jon.maloy@ericsson.com, maloy@donjonn.com, ying.xue@windriver.com, netdev@vger.kernel.org, tipc-discussion@lists.sourceforge.net To: Hoang Le Return-path: Received: from mail-pf0-f195.google.com ([209.85.192.195]:35222 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756347AbeFOST2 (ORCPT ); Fri, 15 Jun 2018 14:19:28 -0400 Received: by mail-pf0-f195.google.com with SMTP id c22-v6so5251156pfi.2 for ; Fri, 15 Jun 2018 11:19:27 -0700 (PDT) In-Reply-To: <1528862996-7045-1-git-send-email-hoang.h.le@dektech.com.au> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 13 Jun 2018 11:09:56 +0700 Hoang Le wrote: > In the commit 9a362cc71a45, new userspace header: > (i.e rdma/rdma_user_cm.h -> linux/in6.h) > is included before the kernel space header: > (i.e utils.h -> resolv.h -> netinet/in.h). > > This leads to unsynchronous some IP headers and compiler got failure > with error: redefinition of some structs IP. > > In this commit, just reorder this including to make them in-sync. > > Signed-off-by: Hoang Le Sure applied