Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270542AbUJUDED (ORCPT ); Wed, 20 Oct 2004 23:04:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270529AbUJUDAZ (ORCPT ); Wed, 20 Oct 2004 23:00:25 -0400 Received: from mx13.sac.fedex.com ([199.81.197.53]:46860 "EHLO mx13.sac.fedex.com") by vger.kernel.org with ESMTP id S270512AbUJUC4j (ORCPT ); Wed, 20 Oct 2004 22:56:39 -0400 Date: Thu, 21 Oct 2004 10:53:12 +0800 (SGT) From: Jeff Chua X-X-Sender: root@boston.corp.fedex.com To: Stephen Hemminger cc: Jeff Chua , Linux Kernel , netdev@oss.sgi.com, linux-net@vger.kernel.org, LARTC@mailman.ds9a.nl Subject: Re: [ANNOUNCE] iproute2 2.6.9-041019 In-Reply-To: <20041020091554.57e60936@zqx3.pdx.osdl.net> Message-ID: References: <41758014.4080502@osdl.org> <20041020091554.57e60936@zqx3.pdx.osdl.net> MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on ENTPM11/FEDEX(Release 5.0.8 |June 18, 2001) at 10/21/2004 10:56:36 AM, Serialize by Router on ENTPM11/FEDEX(Release 5.0.8 |June 18, 2001) at 10/21/2004 10:56:37 AM, Serialize complete at 10/21/2004 10:56:37 AM Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 848 Lines: 32 On Wed, 20 Oct 2004, Stephen Hemminger wrote: > Try this, ss was dragging in byteorder.h and it didn't need to. > > diff -Nru a/misc/ss.c b/misc/ss.c > --- a/misc/ss.c 2004-10-20 09:13:56 -07:00 > +++ b/misc/ss.c 2004-10-20 09:13:56 -07:00 > @@ -33,7 +33,6 @@ > #include "libnetlink.h" > #include "SNAPSHOT.h" > > -#include > #include > #include same problem. "#include " is dragging in "#include ". Same thing goes for . All these kernel headers need cleanup, and I don't know enough to fix it. Jeff. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/