summaryrefslogtreecommitdiff
path: root/www/mozilla/files/patch-directory::c-sdk::ldap::include::portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/mozilla/files/patch-directory::c-sdk::ldap::include::portable.h')
-rw-r--r--www/mozilla/files/patch-directory::c-sdk::ldap::include::portable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla/files/patch-directory::c-sdk::ldap::include::portable.h b/www/mozilla/files/patch-directory::c-sdk::ldap::include::portable.h
index 5cb8e43cc3f1..61ca91b71140 100644
--- a/www/mozilla/files/patch-directory::c-sdk::ldap::include::portable.h
+++ b/www/mozilla/files/patch-directory::c-sdk::ldap::include::portable.h
@@ -8,7 +8,7 @@ $FreeBSD$
( defined(HPUX10) && !defined(_REENTRANT)) || defined(HPUX11) || \
defined(UnixWare) || defined(LINUX) || defined(NETBSD) || \
- (defined(AIX) && !defined(USE_REENTRANT_LIBC))
-+ defined (FreeBSD) || (defined(AIX) && !defined(USE_REENTRANT_LIBC))
++ defined (FREEBSD) || (defined(AIX) && !defined(USE_REENTRANT_LIBC))
#define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n )
#elif defined(AIX)
/* Maybe this is for another version of AIX?