blob: 77b1d0000626dbecc8112d8a66cd28676bbdcaad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ldap/libraries/libprldap/ldappr-error.c.orig 2011-01-06 12:05:39 UTC
+++ ldap/libraries/libprldap/ldappr-error.c
@@ -231,7 +231,7 @@ struct prldap_errormap_entry {
#if defined(__hpux) || defined(_AIX) || defined(OSF1) || defined(DARWIN) || \
defined(BEOS) || defined(FREEBSD) || defined(BSDI) || defined(VMS) || \
- defined(OPENBSD) || defined(NETBSD)
+ defined(OPENBSD) || defined(NETBSD) || defined(DRAGONFLY)
#define EDEADLOCK -1
#endif
|