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.

15 lines
458 B

  1. --- ifplugd-0.28/src/interface.c 2005-01-05 01:25:31.000000000 +0100
  2. +++ build/crystal-TRUNK-x86-crystal/ROCK/src.ifplugd.1140188669.31053.2052336942/ifplugd-0.28/src/interface.c 2006-02-17 16:24:55.000000000 +0100
  3. @@ -22,8 +22,11 @@
  4. #include <config.h>
  5. #endif
  6. -#include <linux/sockios.h>
  7. +#if 0
  8. #include <linux/if_ether.h>
  9. +#endif
  10. +#define ETH_ALEN 6
  11. +#include <linux/sockios.h>
  12. #include <sys/types.h>
  13. #include <sys/socket.h>
  14. #include <sys/ioctl.h>