]> git.sur5r.net Git - openldap/commitdiff
Removed explicit include of <ac/param.h> because it must be included
authorHoward Chu <hyc@openldap.org>
Tue, 2 Nov 1999 19:39:56 +0000 (19:39 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 2 Nov 1999 19:39:56 +0000 (19:39 +0000)
after <stdlib.h>, but <stdlib.h> is included in slap.h. Moved <ac/param.h>
include into slap.h.

servers/slapd/attr.c
servers/slapd/back-ldbm/dbcache.c
servers/slapd/lock.c
servers/slapd/slap.h
servers/slapd/slapd.syms

index 546e9583b19d919e60f4416297806ca600c6b746..1c4067c7498cc369bfbe9fef937e8870806cb054 100644 (file)
@@ -19,8 +19,6 @@
 #include <ac/string.h>
 #include <ac/time.h>
 
-#include <ac/param.h>
-
 #include "ldap_pvt.h"
 #include "slap.h"
 
index 614a643bbeffcd3d1e9eb33d78ebc795f739b532..f781f1fa929244f075e3f4cee39f6707b6c1404b 100644 (file)
 #include <ac/socket.h>
 #include <ac/string.h>
 #include <ac/time.h>
-
 #include <sys/stat.h>
 
-#ifdef HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-
 #include "slap.h"
 #include "back-ldbm.h"
 
index 15cc748e02089e7fec223cf39f4569a613960424..c31db5e973b696bae3d22842acae7e1818207f34 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <stdio.h>
 
-#include <ac/param.h>
 #include <ac/string.h>
 #include <ac/socket.h>
 #include <ac/time.h>
index 1d0339a214df3c19d4c82b48a75f1dcd990a25d5..f3d7aa34cc359faa177ed815939087e27f027938 100644 (file)
@@ -17,6 +17,7 @@
 #include <ac/regex.h>
 #include <ac/socket.h>
 #include <ac/time.h>
+#include <ac/param.h>
 
 #ifdef HAVE_CYRUS_SASL
 #include <sasl.h>
index 4f2525b19939d09d41ab896f15ae41c09de4d5a7..fccb5f89672abcb92e13709c580dfccda6709f1c 100644 (file)
@@ -182,7 +182,6 @@ ldap_result
 ldap_search
 ldap_srvtab
 ldap_syslog
-ldap_syslog_level
 ldap_unbind
 ldbm_back_abandon
 ldbm_back_add