]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/shell-backends/shellutil.c
Implemented the open, init functions correctly
[openldap] / servers / slapd / shell-backends / shellutil.c
index 68266efd37d446b29877b96316b768be4ec23185..59d43cb7073fe07c7d17ff9a17c421d4bd3780d9 100644 (file)
 
 #include <stdio.h>
 
-#ifdef STDC_HEADERS
 #include <stdlib.h>
-#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
+#include <ac/stdarg.h>
 
 #include <pwd.h>
 
-#include <ac/string.h>
 #include <ac/ctype.h>
-extern long int random (void);
+#include <ac/string.h>
 
 #include <lber.h>
 #include <ldap.h>