On 2009/06/25 11:23, Giovanni Bechis wrote: > retrieving revision 1.2 > diff -u -p -r1.2 patch-authldap_h ... > @@ -8,5 +8,5 @@ $OpenBSD: patch-authldap_h,v 1.2 2007/06 > +#define LDAP_DEPRECATED 1 > + > /* > - ** $Id: patch-authldap_h,v 1.2 2007/06/25 12:12:26 espie Exp $ > + ** $Id: authldap.h,v 1.6 2004/10/21 00:10:49 mrsam Exp $ > **
"Problem with patch-authldap_h: CVS keyword found in patch" You can hand-edit it to look like the example below. (excuse the spaces instead of tabs, just pasted it in from an xterm ..) This will have to wait until after unlock though.. $OpenBSD: patch-authldap_h,v 1.2 2007/06/25 12:12:26 espie Exp $ --- authldap.h.orig Thu Oct 21 01:10:49 2004 +++ authldap.h Thu Jun 25 10:43:01 2009 @@ -1,4 +1,6 @@ #ifndef authldap_h #define authldap_h +#define LDAP_DEPRECATED 1 + /* @@ -8,3 +8,3 @@ $OpenBSD: patch-authldap_h,v 1.2 2007/06 +#define LDAP_DEPRECATED 1 + /*
