Issues with netinet/if_fddi.h?
Mårten Segerkvist
volodja@acc.umu.se
Wed Mar 30 16:54:00 GMT 2005
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
More information about the Glibc-bugs
mailing list