This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Issues with netinet/if_fddi.h?


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 <sys/types.h>
 #include <asm/types.h>

+#include <linux/netdevice.h>
 #include <linux/if_fddi.h>

#ifdef __USE_BSD

I don't know whether this is an issue with net-tools, glibc or the kernel?

/Mårten


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]