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.

17 lines
345 B

  1. --- a/lib/prefix.h 2017-12-03 22:02:41.642317377 +0200
  2. +++ b/lib/prefix.h 2017-12-03 22:03:30.011320262 +0200
  3. @@ -24,12 +24,12 @@
  4. #ifdef SUNOS_5
  5. #include <sys/ethernet.h>
  6. -#else
  7. +/*#else
  8. #ifdef GNU_LINUX
  9. #include <net/ethernet.h>
  10. #else
  11. #include <netinet/if_ether.h>
  12. -#endif
  13. +#endif*/
  14. #endif
  15. #include "sockunion.h"
  16. #include "ipaddr.h"