diff options
Diffstat (limited to 'net/tinyproxy/patches/120-fix_INET6.patch')
-rw-r--r-- | net/tinyproxy/patches/120-fix_INET6.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tinyproxy/patches/120-fix_INET6.patch b/net/tinyproxy/patches/120-fix_INET6.patch index 041354885..3911c18f0 100644 --- a/net/tinyproxy/patches/120-fix_INET6.patch +++ b/net/tinyproxy/patches/120-fix_INET6.patch @@ -10,7 +10,7 @@ { struct addrinfo hints, *res, *ressave; -@@ -48,7 +47,7 @@ bind_socket (int sockfd, const char *addr, int family) +@@ -48,7 +47,7 @@ bind_socket (int sockfd, const char *add assert (addr != NULL && strlen (addr) != 0); memset (&hints, 0, sizeof (struct addrinfo)); @@ -19,7 +19,7 @@ hints.ai_socktype = SOCK_STREAM; /* The local port it not important */ -@@ -112,14 +111,12 @@ int opensock (const char *host, int port, const char *bind_to) +@@ -112,14 +111,12 @@ int opensock (const char *host, int port /* Bind to the specified address */ if (bind_to) { |