hallvard(a)OpenLDAP.org wrote:
> Update of /repo/OpenLDAP/pkg/ldap/libraries/liblber
>
> Modified Files:
> memory.c 1.74 -> 1.75
>
> Log Message:
> Fix previous fix: Don't #ifdef HAVE_STRNLEN before portable.h #defines
> that
Since we're just talking about a simple for-loop, why are we even
bothering to
look for strnlen() at all?
In general, if there's something available system-wide, I'd just take it.
In this specific case, I don't have a preference. p.