Tuesday, May 8, 2018

[389-commits] [389-ds-base] 01/01: Ticket 49649

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a commit to branch 389-ds-base-1.3.7
in repository 389-ds-base.

commit f30e15c8e62a03fff216c659c26d38e1c9653094
Author: Mark Reynolds <mreynolds@redhat.com>
Date: Tue May 8 12:35:43 2018 -0400

Ticket 49649

Description: Fix crpyt.h include

https://pagure.io/389-ds-base/issue/49649

Reviewed by: mreynolds(one line commit rule)

(cherry picked from commit 2817f0c49401056835a79aafd8f8d4edc9113d1d)
---
ldap/servers/plugins/pwdstorage/crypt_pwd.c | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/ldap/servers/plugins/pwdstorage/crypt_pwd.c b/ldap/servers/plugins/pwdstorage/crypt_pwd.c
index 7089247..a849d00 100644
--- a/ldap/servers/plugins/pwdstorage/crypt_pwd.c
+++ b/ldap/servers/plugins/pwdstorage/crypt_pwd.c
@@ -20,15 +20,7 @@
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
-#if defined(hpux) || defined(LINUX) || defined(__FreeBSD__)
-#ifndef __USE_XOPEN
-#define __USE_XOPEN /* linux */
-

No comments:

Post a Comment