]> git.sur5r.net Git - openldap/commitdiff
Misc header cleanup
authorKurt Zeilenga <kurt@openldap.org>
Mon, 29 Mar 1999 02:07:18 +0000 (02:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 29 Mar 1999 02:07:18 +0000 (02:07 +0000)
clients/fax500/faxtotpc.c
contrib/web_ldap/util.c
libraries/libavl/avl.c
libraries/libavl/testavl.c
libraries/liblutil/detach.c
servers/slapd/tools/edb2ldif.c
servers/slapd/tools/ldapsyntax.c
servers/slurpd/reject.c

index b5b677b5a02290226416043cc813a34f532be56f..797c6fe5a17d68635be651a906bd8a59dff23a35 100644 (file)
 #include "portable.h"
 
 #include <stdio.h>
-#include <sys/types.h>
 
 #include <ac/ctype.h>
 #include <ac/string.h>
+#include <ac/unistd.h>
 
 #include "fax500.h"
 
index 1273ba99e69edd325e11e7c6213c72d487a0c30a..27cc4d6cefe7a60aec89d95050293addd1fa595f 100644 (file)
@@ -16,9 +16,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
 
 #include <ac/string.h>
 #include <ac/ctype.h>
index 73546530fc1cff9232f53c526ba0a1bf1d4fa5a4..93886e8ae51475861befa4ac605ad1599b144f9c 100644 (file)
@@ -20,7 +20,6 @@ static char avl_version[] = "AVL library version 1.0\n";
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <sys/types.h>
 
 #include "avl.h"
 
index 60af40362ca561eadde9138284f0541c7f116568..4a9fd6678b30cdbed5ae4c967e48ebb4fedd7a80 100644 (file)
@@ -6,7 +6,6 @@
 #include <stdlib.h>
 
 #include <ac/string.h>
-#include <sys/types.h>
 
 #include "avl.h"
 
index 1ca3f84be9cce7b57c83923ae18a3bcb0e4872cd..5d27febf9c525e1a114bd54f16d3d0174eb90a60 100644 (file)
@@ -17,7 +17,6 @@
 #include <ac/signal.h>
 #include <ac/unistd.h>
 
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <sys/file.h>
@@ -25,7 +24,6 @@
 
 #include "lutil.h"
 
-/* I'd really like to make do_close an fd_set, but that isn't portable. */
 void
 lutil_detach( int debug, int do_close )
 {
index bef4a0d8c785662ea0906c5cd1559043f9e23ec6..351bfe5ed8179fcfce45e3d68574d843939f9cae 100644 (file)
@@ -21,7 +21,6 @@
 #include <ac/string.h>
 #include <ac/unistd.h>
 
-#include <sys/types.h>
 #include <sys/stat.h>
 
 #include <quipu/config.h>
index 2d916e254dfde1e67ab39d3c13ea21e65b9d77b0..9a597ec2190d4c8a69d23d82815c0ed6e1d20eb3 100644 (file)
@@ -23,7 +23,6 @@
 #include <quipu/ds_search.h>
 /* #include <quipu/dap2.h> */
 #include <quipu/dua.h>
-#include <sys/types.h>
 
 #include "lber.h"
 #include "ldap.h"
index 0d0e606a42ed0671c7147d3a0ac4c15a97f957ce..643799268e3ce2fcdb895749fa6c7e3f07a0cc51 100644 (file)
@@ -24,7 +24,6 @@
 #include <ac/errno.h>
 #include <ac/unistd.h>
 
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>