]> git.pld-linux.org Git - packages/bind.git/commitdiff
- listen_error patch didn't work
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sun, 25 Mar 2001 02:50:26 +0000 (02:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- but was obsoleted by rcX patch anyway :))

Changed files:
    bind-listen_error.patch -> 1.2

bind-listen_error.patch [deleted file]

diff --git a/bind-listen_error.patch b/bind-listen_error.patch
deleted file mode 100644 (file)
index e4137fc..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur bind-9.1.0/lib/isc/unix/socket.c bind-9.1.0-p/lib/isc/unix/socket.c
---- bind-9.1.0/lib/isc/unix/socket.c   Thu Jan 18 00:42:41 2001
-+++ bind-9.1.0-p/lib/isc/unix/socket.c Mon Mar 26 03:37:21 2001
-@@ -2733,6 +2733,7 @@
-               backlog = SOMAXCONN;
-       if (listen(sock->fd, (int)backlog) < 0) {
-+              close(sock->fd);
-               UNLOCK(&sock->lock);
-               UNEXPECTED_ERROR(__FILE__, __LINE__, "listen: %s",
-                                strerror(errno));
This page took 0.355541 seconds and 4 git commands to generate.