Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
77bba099
Commit
77bba099
authored
Sep 01, 2005
by
Kurt Zeilenga
Browse files
Add HAVE_EPOLL fix
parent
1dff9049
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
77bba099
OpenLDAP 2.3 Change Log
OpenLDAP 2.3.8 Engineering
Fixed slapd undef HAVE_EPOLL issue
OpenLDAP 2.3.7 Release
Updated slapd ManageDIT support
Updated slapd ACI syntax checking (ITS#3877)
...
...
@@ -38,7 +41,6 @@ OpenLDAP 2.3.7 Release
Fixed tests --disable-monitor support
Fixed tests veryclean-local testdata cleanup
Add subtree rename test (hdb only)
OpenLDAP 2.3.6 Release
Fixed slapd dnRelativeMatch return (ITS#3931)
...
...
build/version.var
View file @
77bba099
...
...
@@ -15,7 +15,7 @@
ol_package
=
OpenLDAP
ol_major
=
2
ol_minor
=
3
ol_patch
=
7
ol_patch
=
X
ol_api_inc
=
20307
ol_api_current
=
1
ol_api_revision
=
2
...
...
servers/slapd/daemon.c
View file @
77bba099
...
...
@@ -40,8 +40,6 @@
#include
"ldap_rq.h"
#undef HAVE_EPOLL
#if defined(HAVE_SYS_EPOLL_H) && defined(HAVE_EPOLL)
#include
<sys/epoll.h>
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment