mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
311 B

  1. --- ./lib/fddi.c 2000-03-05 11:26:02.000000000 +0000
  2. +++ ./lib/fddi.c 2004-10-23 18:00:10.810080544 +0000
  3. @@ -26,6 +26,7 @@
  4. #error "No FDDI Support in your current Kernelsource Tree."
  5. #error "Disable HW Type FDDI"
  6. #endif
  7. +#include <linux/netdevice.h>
  8. #if __GLIBC__ >= 2
  9. #include <netinet/if_fddi.h>
  10. #else