Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 150855 | Differences between
and this patch

Collapse All | Expand All

(-)net-tools-1.60.orig/lib/fddi.c (+1 lines)
Lines 26-31 Link Here
26
#error "No FDDI Support in your current Kernelsource Tree."
26
#error "No FDDI Support in your current Kernelsource Tree."
27
#error "Disable HW Type FDDI"
27
#error "Disable HW Type FDDI"
28
#endif
28
#endif
29
#include <linux/netdevice.h>
29
#if __GLIBC__ >= 2
30
#if __GLIBC__ >= 2
30
#include <netinet/if_fddi.h>
31
#include <netinet/if_fddi.h>
31
#else
32
#else

Return to bug 150855