diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-07 05:39:01 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-07 05:39:01 +0000 |
commit | 672c51baa5d5d4ae85c02175e0d46bfeef4f729b (patch) | |
tree | bc77f2a14d3286e2d6c823ced0f6b72dff63aa75 /net/openldap23-server/files | |
parent | 3d87bb09b71a9a19c8aa48e25a995a3ce5399c7f (diff) | |
download | ports-672c51baa5d5d4ae85c02175e0d46bfeef4f729b.tar.gz ports-672c51baa5d5d4ae85c02175e0d46bfeef4f729b.zip |
fix net/openldap22:
- fix warnings and potential crash on 64 bit platforms
PR: 54122
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=84348
Diffstat (limited to 'net/openldap23-server/files')
-rw-r--r-- | net/openldap23-server/files/patch-libraries::liblunicode::ucstr.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/openldap23-server/files/patch-libraries::liblunicode::ucstr.c b/net/openldap23-server/files/patch-libraries::liblunicode::ucstr.c new file mode 100644 index 000000000000..f1074e1fe6d8 --- /dev/null +++ b/net/openldap23-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 <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) |