summaryrefslogtreecommitdiff
path: root/net/openldap22/files/patch-libraries::liblunicode::ucstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/openldap22/files/patch-libraries::liblunicode::ucstr.c')
-rw-r--r--net/openldap22/files/patch-libraries::liblunicode::ucstr.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/openldap22/files/patch-libraries::liblunicode::ucstr.c b/net/openldap22/files/patch-libraries::liblunicode::ucstr.c
index f1074e1fe6d8..b8044b524697 100644
--- a/net/openldap22/files/patch-libraries::liblunicode::ucstr.c
+++ b/net/openldap22/files/patch-libraries::liblunicode::ucstr.c
@@ -1,11 +1,11 @@
--- libraries/liblunicode/ucstr.c.orig Fri Apr 11 03:57:10 2003
-+++ libraries/liblunicode/ucstr.c Sat Jul 5 10:53:04 2003
-@@ -15,6 +15,8 @@
++++ libraries/liblunicode/ucstr.c Sun Jul 6 02:50:32 2003
+@@ -10,7 +10,7 @@
+ #include <ac/string.h>
+ #include <ac/stdlib.h>
+
+-#include <lber.h>
++#include <lber_pvt.h>
+
#include <ldap_utf8.h>
#include <ldap_pvt_uc.h>
-
-+#include "lber_pvt.h"
-+
- #define malloc(x) ber_memalloc_x(x,ctx)
- #define realloc(x,y) ber_memrealloc_x(x,y,ctx)
- #define free(x) ber_memfree_x(x,ctx)