]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/result.c
Update of back-bdb2 to KDZ's new entry lock schema.
[openldap] / servers / slapd / back-shell / result.c
index f1ac898526c3edb1a817f82eb1f19e3f2234c675..daa826775d0055a6d0cf113d2e47e7162935d54d 100644 (file)
@@ -3,14 +3,14 @@
 #include "portable.h"
 
 #include <stdio.h>
-#include <string.h>
-#include <sys/types.h>
-#include <sys/socket.h>
+
+#include <ac/string.h>
+#include <ac/socket.h>
+#include <ac/unistd.h>
+
 #include "slap.h"
 #include "shell.h"
 
-extern Entry   *str2entry();
-
 int
 read_and_send_results(
     Backend    *be,