From 4062e344caedbdec94d43a9f3b3fd2273cd4ebc6 Mon Sep 17 00:00:00 2001 From: didg Date: Tue, 27 Oct 2009 23:35:17 +0000 Subject: [PATCH] dirent.h is included in directory.h --- etc/afpd/catsearch.c | 1 - etc/afpd/desktop.c | 3 +-- etc/afpd/directory.c | 3 +-- etc/afpd/extattrs.c | 3 +-- etc/afpd/file.c | 3 +-- etc/afpd/filedir.c | 3 +-- etc/afpd/fork.c | 3 +-- etc/afpd/unix.c | 3 +-- etc/afpd/volume.c | 3 +-- 9 files changed, 8 insertions(+), 17 deletions(-) diff --git a/etc/afpd/catsearch.c b/etc/afpd/catsearch.c index 6115a4e4..1e503833 100644 --- a/etc/afpd/catsearch.c +++ b/etc/afpd/catsearch.c @@ -26,7 +26,6 @@ #include #include -#include #include #include #include diff --git a/etc/afpd/desktop.c b/etc/afpd/desktop.c index af226447..d29aa92e 100644 --- a/etc/afpd/desktop.c +++ b/etc/afpd/desktop.c @@ -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 #include -#include #include #include diff --git a/etc/afpd/directory.c b/etc/afpd/directory.c index 8c95ff50..2fabc436 100644 --- a/etc/afpd/directory.c +++ b/etc/afpd/directory.c @@ -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 #include -#include #include #include diff --git a/etc/afpd/extattrs.c b/etc/afpd/extattrs.c index 126bf9cf..05811188 100644 --- a/etc/afpd/extattrs.c +++ b/etc/afpd/extattrs.c @@ -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 This program is free software; you can redistribute it and/or modify @@ -24,7 +24,6 @@ #include #include #include -#include #include #include diff --git a/etc/afpd/file.c b/etc/afpd/file.c index e08a4068..ca1d3d3c 100644 --- a/etc/afpd/file.c +++ b/etc/afpd/file.c @@ -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 -#include #include #include diff --git a/etc/afpd/filedir.c b/etc/afpd/filedir.c index 206be1d6..d6923f77 100644 --- a/etc/afpd/filedir.c +++ b/etc/afpd/filedir.c @@ -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 #endif -#include #include #include diff --git a/etc/afpd/fork.c b/etc/afpd/fork.c index 3c1e8756..ade67b88 100644 --- a/etc/afpd/fork.c +++ b/etc/afpd/fork.c @@ -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 -#include #include #include diff --git a/etc/afpd/unix.c b/etc/afpd/unix.c index de281ff5..0f69f210 100644 --- a/etc/afpd/unix.c +++ b/etc/afpd/unix.c @@ -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 -#include #include #include #include diff --git a/etc/afpd/volume.c b/etc/afpd/volume.c index ee13de80..fb57115f 100644 --- a/etc/afpd/volume.c +++ b/etc/afpd/volume.c @@ -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 #include #include -#include #include #include #include -- 2.39.2