From 672c51baa5d5d4ae85c02175e0d46bfeef4f729b Mon Sep 17 00:00:00 2001 From: Daichi GOTO Date: Mon, 7 Jul 2003 05:39:01 +0000 Subject: fix net/openldap22: - fix warnings and potential crash on 64 bit platforms PR: 54122 Submitted by: Oliver Eikemeier (maintainer) --- .../files/patch-libraries::liblunicode::ucstr.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/openldap22-server/files/patch-libraries::liblunicode::ucstr.c (limited to 'net/openldap22-server/files/patch-libraries::liblunicode::ucstr.c') diff --git a/net/openldap22-server/files/patch-libraries::liblunicode::ucstr.c b/net/openldap22-server/files/patch-libraries::liblunicode::ucstr.c new file mode 100644 index 000000000000..f1074e1fe6d8 --- /dev/null +++ b/net/openldap22-server/files/patch-libraries::liblunicode::ucstr.c @@ -0,0 +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 @@ + #include + #include + ++#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) -- cgit v1.2.3