Skip to content
Snippets Groups Projects
Commit d7e017e1 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#5464,ITS#5666

parent 30a9b1d7
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.17 Engineering
Fixed libldap gnutls private key init (ITS#6053)
Fixed liblutil opendir/closedir on windows (ITS#6041)
Fixed liblutil for _GNU_SOURCE (ITS#5464,ITS#5666)
Fixed slapd errno handling (ITS#6037)
Fixed slapd global alloc handling (ITS#6054)
Fixed slapd moduleload with static backends and modules (ITS#6016)
......
......@@ -14,6 +14,10 @@
* <http://www.OpenLDAP.org/license.html>.
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1 /* Needed for glibc struct ucred */
#endif
#include "portable.h"
#ifndef HAVE_GETPEEREID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment