From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27235 invoked by alias); 30 Mar 2005 16:54:18 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 26621 invoked from network); 30 Mar 2005 16:54:11 -0000 Received: from unknown (HELO khan.acc.umu.se) (130.239.18.139) by sourceware.org with SMTP; 30 Mar 2005 16:54:11 -0000 Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id CFF2DD217 for ; Wed, 30 Mar 2005 18:54:06 +0200 (MEST) Received: from shaka.acc.umu.se (shaka.acc.umu.se [130.239.18.148]) by khan.acc.umu.se (Postfix) with ESMTP id 708EED203 for ; Wed, 30 Mar 2005 18:54:04 +0200 (MEST) Received: by shaka.acc.umu.se (Postfix, from userid 24292) id 2184D17213; Wed, 30 Mar 2005 18:54:04 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by shaka.acc.umu.se (Postfix) with ESMTP id 0AF29D3D1 for ; Wed, 30 Mar 2005 18:54:03 +0200 (MEST) Date: Wed, 30 Mar 2005 16:54:00 -0000 From: =?ISO-8859-1?Q?M=E5rten_Segerkvist?= To: glibc-bugs@sources.redhat.com Subject: Issues with netinet/if_fddi.h? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8BIT X-Virus-Scanned: by amavisd-new at acc.umu.se X-SW-Source: 2005-03/txt/msg00148.txt.bz2 List-Id: Hello! Compiling net-tools 1.60 wouldn't work against the linux 2.6.11-gentoo-r4-headers for me until I applied the following patch (to make the net_device_stats visible in the fddi_statistics structure in linux/if_fddi.h): --- ,if_fddi.h 2005-03-30 18:44:42.000000000 +0200 +++ if_fddi.h 2005-03-30 18:45:16.000000000 +0200 @@ -23,6 +23,7 @@ #include #include +#include #include #ifdef __USE_BSD I don't know whether this is an issue with net-tools, glibc or the kernel? /MÃ¥rten