From: sibaz Date: Thu, 3 Jan 2002 17:49:38 +0000 (+0000) Subject: replaced all #include with #include X-Git-Tag: point-backport-1-5-1~5 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=860d731692831b16749021c7ccfdd5f1f5437d97 replaced all #include with #include --- diff --git a/etc/afpd/afs.c b/etc/afpd/afs.c index 7481825e..4beae8d4 100644 --- a/etc/afpd/afs.c +++ b/etc/afpd/afs.c @@ -1,5 +1,5 @@ /* - * $Id: afs.c,v 1.5 2001-12-03 05:03:38 jmarcus Exp $ + * $Id: afs.c,v 1.6 2002-01-03 17:49:38 sibaz Exp $ * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. */ @@ -12,7 +12,7 @@ #include #include -#include +#include #include #include #include diff --git a/etc/afpd/appl.c b/etc/afpd/appl.c index 4859cabc..1b4cc51d 100644 --- a/etc/afpd/appl.c +++ b/etc/afpd/appl.c @@ -1,5 +1,5 @@ /* - * $Id: appl.c,v 1.4 2001-12-03 05:03:38 jmarcus Exp $ + * $Id: appl.c,v 1.5 2002-01-03 17:49:38 sibaz Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include diff --git a/etc/afpd/desktop.c b/etc/afpd/desktop.c index c4e1a918..db003f58 100644 --- a/etc/afpd/desktop.c +++ b/etc/afpd/desktop.c @@ -1,5 +1,5 @@ /* - * $Id: desktop.c,v 1.9 2001-12-10 20:16:54 srittau Exp $ + * $Id: desktop.c,v 1.10 2002-01-03 17:49:38 sibaz Exp $ * * See COPYRIGHT. */ @@ -8,7 +8,7 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#include +#include #include #include #include diff --git a/etc/afpd/directory.c b/etc/afpd/directory.c index ea9c3224..5e5039e0 100644 --- a/etc/afpd/directory.c +++ b/etc/afpd/directory.c @@ -1,5 +1,5 @@ /* - * $Id: directory.c,v 1.23 2002-01-02 21:14:10 srittau Exp $ + * $Id: directory.c,v 1.24 2002-01-03 17:49:38 sibaz Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -12,7 +12,7 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#include +#include #include #include #include diff --git a/etc/afpd/enumerate.c b/etc/afpd/enumerate.c index 4789f4d3..ab8ba9ed 100644 --- a/etc/afpd/enumerate.c +++ b/etc/afpd/enumerate.c @@ -1,5 +1,5 @@ /* - * $Id: enumerate.c,v 1.11 2001-12-10 20:16:54 srittau Exp $ + * $Id: enumerate.c,v 1.12 2002-01-03 17:49:38 sibaz Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -15,7 +15,7 @@ #include #include -#include +#include #include #include #include diff --git a/etc/afpd/file.c b/etc/afpd/file.c index 54d44cd5..40d6b183 100644 --- a/etc/afpd/file.c +++ b/etc/afpd/file.c @@ -1,5 +1,5 @@ /* - * $Id: file.c,v 1.33 2002-01-03 17:29:10 sibaz Exp $ + * $Id: file.c,v 1.34 2002-01-03 17:49:38 sibaz Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -38,7 +38,7 @@ char *strchr (), *strrchr (); #include #include -#include +#include #include #include #include diff --git a/etc/afpd/filedir.c b/etc/afpd/filedir.c index 818a5c2c..6d3791ce 100644 --- a/etc/afpd/filedir.c +++ b/etc/afpd/filedir.c @@ -1,5 +1,5 @@ /* - * $Id: filedir.c,v 1.18 2002-01-03 17:29:10 sibaz Exp $ + * $Id: filedir.c,v 1.19 2002-01-03 17:49:38 sibaz Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -10,7 +10,7 @@ #endif /* HAVE_CONFIG_H */ #include -#include +#include #include #include #include diff --git a/etc/afpd/main.c b/etc/afpd/main.c index 000f6fe5..0d3f1f21 100644 --- a/etc/afpd/main.c +++ b/etc/afpd/main.c @@ -1,5 +1,5 @@ /* - * $Id: main.c,v 1.14 2001-12-10 20:16:54 srittau Exp $ + * $Id: main.c,v 1.15 2002-01-03 17:49:38 sibaz Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include diff --git a/etc/afpd/unix.c b/etc/afpd/unix.c index 97a7242a..dbdb6ada 100644 --- a/etc/afpd/unix.c +++ b/etc/afpd/unix.c @@ -1,5 +1,5 @@ /* - * $Id: unix.c,v 1.26 2001-12-04 16:57:45 jmarcus Exp $ + * $Id: unix.c,v 1.27 2002-01-03 17:49:38 sibaz Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/etc/afpd/volume.c b/etc/afpd/volume.c index 3bff6e88..94aa79b1 100644 --- a/etc/afpd/volume.c +++ b/etc/afpd/volume.c @@ -1,5 +1,5 @@ /* - * $Id: volume.c,v 1.16 2002-01-02 21:14:10 srittau Exp $ + * $Id: volume.c,v 1.17 2002-01-03 17:49:38 sibaz Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -10,7 +10,7 @@ #endif /* HAVE_CONFIG_H */ #include -#include +#include #include #include #include diff --git a/etc/atalkd/aep.c b/etc/atalkd/aep.c index 1b681548..de456b0d 100644 --- a/etc/atalkd/aep.c +++ b/etc/atalkd/aep.c @@ -1,5 +1,5 @@ /* - * $Id: aep.c,v 1.5 2001-12-10 20:16:54 srittau Exp $ + * $Id: aep.c,v 1.6 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -12,7 +12,7 @@ #include #include -#include +#include #include #include #include diff --git a/etc/atalkd/nbp.c b/etc/atalkd/nbp.c index 442ba0cd..7853c044 100644 --- a/etc/atalkd/nbp.c +++ b/etc/atalkd/nbp.c @@ -1,5 +1,5 @@ /* - * $Id: nbp.c,v 1.6 2001-12-10 20:16:55 srittau Exp $ + * $Id: nbp.c,v 1.7 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/etc/atalkd/rtmp.c b/etc/atalkd/rtmp.c index 0af04c34..991c20bf 100644 --- a/etc/atalkd/rtmp.c +++ b/etc/atalkd/rtmp.c @@ -1,5 +1,5 @@ /* - * $Id: rtmp.c,v 1.9 2001-12-10 20:16:55 srittau Exp $ + * $Id: rtmp.c,v 1.10 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/etc/atalkd/zip.c b/etc/atalkd/zip.c index 14e6d01d..b27607ba 100644 --- a/etc/atalkd/zip.c +++ b/etc/atalkd/zip.c @@ -1,5 +1,5 @@ /* - * $Id: zip.c,v 1.8 2001-12-10 20:16:55 srittau Exp $ + * $Id: zip.c,v 1.9 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/etc/papd/comment.c b/etc/papd/comment.c index 042ec0ef..24a49d03 100644 --- a/etc/papd/comment.c +++ b/etc/papd/comment.c @@ -1,5 +1,5 @@ /* - * $Id: comment.c,v 1.5 2001-06-25 20:13:45 rufustfirefly Exp $ + * $Id: comment.c,v 1.6 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -9,7 +9,7 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#include +#include #include #include #include diff --git a/etc/papd/file.c b/etc/papd/file.c index 2a2e3b9b..77a919ae 100644 --- a/etc/papd/file.c +++ b/etc/papd/file.c @@ -1,5 +1,5 @@ /* - * $Id: file.c,v 1.7 2001-06-27 03:33:14 morgana Exp $ + * $Id: file.c,v 1.8 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -9,7 +9,7 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#include +#include #include #include #include diff --git a/etc/papd/headers.c b/etc/papd/headers.c index dfeea498..58dbdf1a 100644 --- a/etc/papd/headers.c +++ b/etc/papd/headers.c @@ -1,5 +1,5 @@ /* - * $Id: headers.c,v 1.7 2001-06-19 18:04:40 rufustfirefly Exp $ + * $Id: headers.c,v 1.8 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -9,7 +9,7 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#include +#include #include #include diff --git a/etc/papd/lp.c b/etc/papd/lp.c index b912242f..ba1c0ac6 100644 --- a/etc/papd/lp.c +++ b/etc/papd/lp.c @@ -1,5 +1,5 @@ /* - * $Id: lp.c,v 1.10 2001-08-03 22:13:28 srittau Exp $ + * $Id: lp.c,v 1.11 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -46,7 +46,7 @@ #endif /* HAVE_CONFIG_H */ #include -#include +#include #include #include #include diff --git a/etc/papd/magics.c b/etc/papd/magics.c index 76fd710d..f9180ae7 100644 --- a/etc/papd/magics.c +++ b/etc/papd/magics.c @@ -1,5 +1,5 @@ /* - * $Id: magics.c,v 1.7 2001-06-19 18:04:40 rufustfirefly Exp $ + * $Id: magics.c,v 1.8 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -9,7 +9,7 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#include +#include #include #include #include diff --git a/etc/papd/main.c b/etc/papd/main.c index 6602e8b7..94e3ec0e 100644 --- a/etc/papd/main.c +++ b/etc/papd/main.c @@ -1,5 +1,5 @@ /* - * $Id: main.c,v 1.13 2001-09-12 19:13:17 uhees Exp $ + * $Id: main.c,v 1.14 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1995 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -18,7 +18,7 @@ #include #endif /* sun && __svr4__ */ #include -#include +#include /* POSIX.1 sys/wait.h check */ #include diff --git a/etc/papd/ppd.c b/etc/papd/ppd.c index c0a4e59b..64af1f38 100644 --- a/etc/papd/ppd.c +++ b/etc/papd/ppd.c @@ -1,5 +1,5 @@ /* - * $Id: ppd.c,v 1.6 2001-06-25 20:13:45 rufustfirefly Exp $ + * $Id: ppd.c,v 1.7 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1995 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/etc/papd/queries.c b/etc/papd/queries.c index ba0e8ca1..3ce055ca 100644 --- a/etc/papd/queries.c +++ b/etc/papd/queries.c @@ -1,5 +1,5 @@ /* - * $Id: queries.c,v 1.8 2001-07-31 19:50:14 srittau Exp $ + * $Id: queries.c,v 1.9 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/etc/papd/session.c b/etc/papd/session.c index 69d3f5e8..ce8c5b91 100644 --- a/etc/papd/session.c +++ b/etc/papd/session.c @@ -1,5 +1,5 @@ /* - * $Id: session.c,v 1.11 2001-09-06 19:04:40 rufustfirefly Exp $ + * $Id: session.c,v 1.12 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/etc/papd/showppd.c b/etc/papd/showppd.c index 428a6e6d..7ace61cf 100644 --- a/etc/papd/showppd.c +++ b/etc/papd/showppd.c @@ -1,5 +1,5 @@ /* - * $Id: showppd.c,v 1.3 2001-06-25 20:13:45 rufustfirefly Exp $ + * $Id: showppd.c,v 1.4 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1995 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/etc/psf/psf.c b/etc/psf/psf.c index d6ce55dc..d70c2e79 100644 --- a/etc/psf/psf.c +++ b/etc/psf/psf.c @@ -1,5 +1,5 @@ /* - * $Id: psf.c,v 1.6 2001-11-20 17:03:30 srittau Exp $ + * $Id: psf.c,v 1.7 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1995 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -41,7 +41,7 @@ #endif /* ! WIFEXITED */ #include -#include +#include #include #include #include diff --git a/sys/netatalk/aarp.c b/sys/netatalk/aarp.c index f95fbf18..ee18845e 100644 --- a/sys/netatalk/aarp.c +++ b/sys/netatalk/aarp.c @@ -1,5 +1,5 @@ /* - * $Id: aarp.c,v 1.2 2001-06-29 14:14:47 rufustfirefly Exp $ + * $Id: aarp.c,v 1.3 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. @@ -11,7 +11,7 @@ #include #include -#include +#include #include #include #include diff --git a/sys/netatalk/ddp_input.c b/sys/netatalk/ddp_input.c index 3cb87ec0..3eb25e76 100644 --- a/sys/netatalk/ddp_input.c +++ b/sys/netatalk/ddp_input.c @@ -1,5 +1,5 @@ /* - * $Id: ddp_input.c,v 1.2 2001-06-29 14:14:47 rufustfirefly Exp $ + * $Id: ddp_input.c,v 1.3 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include #ifdef _IBMR2 diff --git a/sys/netatalk/ddp_output.c b/sys/netatalk/ddp_output.c index 5f2f583c..80a91bac 100644 --- a/sys/netatalk/ddp_output.c +++ b/sys/netatalk/ddp_output.c @@ -1,5 +1,5 @@ /* - * $Id: ddp_output.c,v 1.2 2001-06-29 14:14:47 rufustfirefly Exp $ + * $Id: ddp_output.c,v 1.3 2002-01-03 17:49:39 sibaz Exp $ * * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include