patch-xio-proxy_c 281 B

123456789101112
  1. --- socat-1.7.2.2.orig/xio-proxy.c 2011-12-06 08:45:03.000000000 +0100
  2. +++ socat-1.7.2.2/xio-proxy.c 2013-12-25 15:47:38.000000000 +0100
  3. @@ -16,6 +16,9 @@
  4. #include "xio-proxy.h"
  5. +#if !defined(__GLIBC__)
  6. +# define NETDB_INTERNAL -1
  7. +#endif
  8. #define PROXYPORT "8080"