From 615fb927970efcfc56448621c41c84e27128749e Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 25 Apr 2008 20:23:03 +0000 Subject: - update to 20080425 better ACL support --- net/tinyldap/files/patch-ldif.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net/tinyldap/files/patch-ldif.h') diff --git a/net/tinyldap/files/patch-ldif.h b/net/tinyldap/files/patch-ldif.h index 191873ed6fc8..22f4dcf3a6e0 100644 --- a/net/tinyldap/files/patch-ldif.h +++ b/net/tinyldap/files/patch-ldif.h @@ -1,12 +1,12 @@ ---- ldif.h.orig Mon Jul 8 22:57:42 2002 -+++ ldif.h Mon Mar 1 12:19:54 2004 -@@ -2,7 +2,9 @@ +--- ldif.h.orig 2008-04-25 13:09:34.000000000 +0200 ++++ ldif.h 2008-04-25 21:36:30.000000000 +0200 +@@ -4,7 +4,9 @@ #include /* how many attributes do we allow per record? */ +#ifndef ATTRIBS - #define ATTRIBS 32 + #define ATTRIBS 100 +#endif struct attribute { - long name, value; + uint32_t name, value; -- cgit v1.2.3