]> arthur.barton.de Git - netatalk.git/commitdiff
dirent.h is included in directory.h
authordidg <didg>
Tue, 27 Oct 2009 23:35:17 +0000 (23:35 +0000)
committerdidg <didg>
Tue, 27 Oct 2009 23:35:17 +0000 (23:35 +0000)
etc/afpd/catsearch.c
etc/afpd/desktop.c
etc/afpd/directory.c
etc/afpd/extattrs.c
etc/afpd/file.c
etc/afpd/filedir.c
etc/afpd/fork.c
etc/afpd/unix.c
etc/afpd/volume.c

index 6115a4e4c306f068509d9036a91859b5d6565e72..1e5038330c84bbc637d34aaa97414a7a287b6213 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <dirent.h>
 #include <errno.h>
 #include <ctype.h>
 #include <string.h>
index af2264479d2d07af9b9d141492f5bf12eb2eb390..d29aa92e4fd198cc31a4e12ba1d2615ef58fa70b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: desktop.c,v 1.43 2009-10-25 09:47:03 didg Exp $
+ * $Id: desktop.c,v 1.44 2009-10-27 23:35:17 didg Exp $
  *
  * See COPYRIGHT.
  *
@@ -18,7 +18,6 @@
 #include <ctype.h>
 
 #include <errno.h>
-#include <dirent.h>
 
 #include <atalk/adouble.h>
 #include <sys/uio.h>
index 8c95ff50bc2a30bd749e6e5a92aec9359b2a86a3..2fabc436fa60b3fec1eec1c3e59c4173923c86c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: directory.c,v 1.113 2009-10-22 13:40:11 franklahm Exp $
+ * $Id: directory.c,v 1.114 2009-10-27 23:35:17 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -31,7 +31,6 @@ char *strchr (), *strrchr ();
 #endif
 #include <stdio.h>
 #include <stdlib.h>
-#include <dirent.h>
 
 #include <grp.h>
 #include <pwd.h>
index 126bf9cf98e1a5342ae1c8d9fb90c8bbcacd6e8a..05811188b2d0817710d5b6aed714b86af9ec66c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  $Id: extattrs.c,v 1.10 2009-10-22 13:40:11 franklahm Exp $
+  $Id: extattrs.c,v 1.11 2009-10-27 23:35:17 didg Exp $
   Copyright (c) 2009 Frank Lahm <franklahm@gmail.com>
 
   This program is free software; you can redistribute it and/or modify
@@ -24,7 +24,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <dirent.h>
 
 #include <atalk/adouble.h>
 #include <atalk/vfs.h>
index e08a40682f1ef82aba8fb6e6529d47b36ca79933..ca1d3d3c9b6c72dd430896757ff6fcd3eccd5a10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: file.c,v 1.115 2009-10-15 12:06:07 franklahm Exp $
+ * $Id: file.c,v 1.116 2009-10-27 23:35:17 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -29,7 +29,6 @@ char *strchr (), *strrchr ();
 #endif /* STDC_HEADERS */
 
 #include <utime.h>
-#include <dirent.h>
 #include <errno.h>
 #include <sys/param.h>
 
index 206be1d603d4a262a6189db583a4d289b190f8e0..d6923f77a641bcf65b9a5cbae55af4f6ad709f02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: filedir.c,v 1.60 2009-10-23 17:35:06 didg Exp $
+ * $Id: filedir.c,v 1.61 2009-10-27 23:35:17 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -29,7 +29,6 @@ char *strchr (), *strrchr ();
 #ifdef HAVE_STRINGS_H
 #include <strings.h>
 #endif
-#include <dirent.h>
 #include <errno.h>
 #include <sys/param.h>
 
index 3c1e8756b82c1f7b3bd98207804aa8c39623ebb3..ade67b88b3b3a8fc396b4074312ff264fe8df696 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: fork.c,v 1.69 2009-10-25 09:47:04 didg Exp $
+ * $Id: fork.c,v 1.70 2009-10-27 23:35:17 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -11,7 +11,6 @@
 
 #include <stdio.h>
 
-#include <dirent.h>
 #include <string.h>
 #include <errno.h>
 
index de281ff5b53e972fffc359c823993ade7aae82c3..0f69f210d437e3ff5e71b89bfeda4b18dac08ad9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: unix.c,v 1.57 2009-10-27 10:24:02 franklahm Exp $
+ * $Id: unix.c,v 1.58 2009-10-27 23:35:17 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -30,7 +30,6 @@ char *strchr (), *strrchr ();
 #endif /* STDC_HEADERS */
 
 #include <errno.h>
-#include <dirent.h>
 #include <limits.h>
 #include <sys/param.h>
 #include <sys/stat.h>
index ee13de809423526767a645abcbaaf7e1fd3abb29..fb57115f0681280c459f85e1ae75de2a048f01db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: volume.c,v 1.95 2009-10-25 06:12:51 didg Exp $
+ * $Id: volume.c,v 1.96 2009-10-27 23:35:17 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -12,7 +12,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
-#include <dirent.h>
 #include <pwd.h>
 #include <grp.h>
 #include <utime.h>