summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-09-03 16:33:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:03 -0500
commit515067a02eb03242411c8af4642265784af8d177 (patch)
tree7823e91d482856b88f496e50d8892fd4019913e1 /source4/lib/ldb
parent92b8f4cfb6d32a90e5b4b956824b25fa2d9efe42 (diff)
downloadsamba-515067a02eb03242411c8af4642265784af8d177.tar.gz
samba-515067a02eb03242411c8af4642265784af8d177.tar.bz2
samba-515067a02eb03242411c8af4642265784af8d177.zip
r18018: Fix the build on OpenBSD. No license problem this time, I've written strnlen
from scratch. Volker (This used to be commit 2a7cdf52e4113db30a7a8b180c68cec736f6c186)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/replace/replace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/replace/replace.c b/source4/lib/ldb/replace/replace.c
index faa5771a76..a63613fc10 100644
--- a/source4/lib/ldb/replace/replace.c
+++ b/source4/lib/ldb/replace/replace.c
@@ -23,7 +23,7 @@
#include "includes.h"
#include "ldb/include/includes.h"
-#ifndef HAVE_STRNLEN
+#if !defined(HAVE_STRNLEN) && !defined(_SAMBA_BUILD_)
/**
Some platforms don't have strnlen
**/