summaryrefslogtreecommitdiff
path: root/net/openldap24-server/files/patch-libraries::libldap::os-ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/openldap24-server/files/patch-libraries::libldap::os-ip.c')
-rw-r--r--net/openldap24-server/files/patch-libraries::libldap::os-ip.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/openldap24-server/files/patch-libraries::libldap::os-ip.c b/net/openldap24-server/files/patch-libraries::libldap::os-ip.c
deleted file mode 100644
index 32df40c91e11..000000000000
--- a/net/openldap24-server/files/patch-libraries::libldap::os-ip.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- libraries/libldap/os-ip.c Thu Jan 20 18:01:01 2005
-+++ libraries/libldap/os-ip.c Mon Jan 31 16:53:39 2005
-@@ -258,15 +258,15 @@
- if ( async ) return ( -2 );
- #endif
-
-- FD_ZERO(&wfds);
-- FD_SET(s, &wfds );
-+ do {
-+ FD_ZERO(&wfds);
-+ FD_SET(s, &wfds );
-
- #ifdef HAVE_WINSOCK
-- FD_ZERO(&efds);
-- FD_SET(s, &efds );
-+ FD_ZERO(&efds);
-+ FD_SET(s, &efds );
- #endif
-
-- do {
- rc = select(ldap_int_tblsize, z, &wfds,
- #ifdef HAVE_WINSOCK
- &efds,