summaryrefslogtreecommitdiff
path: root/www/mozilla-devel/files/patch-directory::c-sdk::ldap::include::portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/mozilla-devel/files/patch-directory::c-sdk::ldap::include::portable.h')
-rw-r--r--www/mozilla-devel/files/patch-directory::c-sdk::ldap::include::portable.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/mozilla-devel/files/patch-directory::c-sdk::ldap::include::portable.h b/www/mozilla-devel/files/patch-directory::c-sdk::ldap::include::portable.h
deleted file mode 100644
index 61ca91b71140..000000000000
--- a/www/mozilla-devel/files/patch-directory::c-sdk::ldap::include::portable.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- directory/c-sdk/ldap/include/portable.h 2001/07/17 16:08:33 1.1
-+++ directory/c-sdk/ldap/include/portable.h 2001/07/17 16:10:15
-@@ -249,7 +249,7 @@
- defined(NCR) || defined(OSF1) || defined(NEC) || defined(VMS) || \
- ( 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))
- #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n )
- #elif defined(AIX)
- /* Maybe this is for another version of AIX?