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.

13 lines
257 B

  1. diff --git a/sysincl.h b/sysincl.h
  2. index a9e4da0..e2a6e78 100644
  3. --- a/sysincl.h
  4. +++ b/sysincl.h
  5. @@ -80,4 +80,8 @@
  6. #include <sys/random.h>
  7. #endif
  8. +#if defined(LINUX) && !defined(IP_FREEBIND)
  9. +#define IP_FREEBIND 15
  10. +#endif
  11. +
  12. #endif /* GOT_SYSINCL_H */