]> arthur.barton.de Git - netatalk.git/commitdiff
replaced all #include <sys/syslog.h> with #include <syslog.h>
authorsibaz <sibaz>
Thu, 3 Jan 2002 17:49:38 +0000 (17:49 +0000)
committersibaz <sibaz>
Thu, 3 Jan 2002 17:49:38 +0000 (17:49 +0000)
28 files changed:
etc/afpd/afs.c
etc/afpd/appl.c
etc/afpd/desktop.c
etc/afpd/directory.c
etc/afpd/enumerate.c
etc/afpd/file.c
etc/afpd/filedir.c
etc/afpd/main.c
etc/afpd/unix.c
etc/afpd/volume.c
etc/atalkd/aep.c
etc/atalkd/nbp.c
etc/atalkd/rtmp.c
etc/atalkd/zip.c
etc/papd/comment.c
etc/papd/file.c
etc/papd/headers.c
etc/papd/lp.c
etc/papd/magics.c
etc/papd/main.c
etc/papd/ppd.c
etc/papd/queries.c
etc/papd/session.c
etc/papd/showppd.c
etc/psf/psf.c
sys/netatalk/aarp.c
sys/netatalk/ddp_input.c
sys/netatalk/ddp_output.c

index 7481825ef76f3dafb785ecdca97ce3763eb138c0..4beae8d475ff77d4e2f4a34e7b03bafa51c975c8 100644 (file)
@@ -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 <string.h>
 #include <sys/types.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <netatalk/endian.h>
 #include <netinet/in.h>
 #include <afs/venus.h>
index 4859cabcc20529e70aa4c076664cbec4634594cd..1b4cc51df467f5988c2f0b1ed877086f2e370444 100644 (file)
@@ -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 <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <errno.h>
 
 #include <netatalk/endian.h>
index c4e1a9187017b83cc5de2186f888bcc48cd8b887..db003f58b953c999b41a4b150c62998000f2129a 100644 (file)
@@ -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 <sys/syslog.h>
+#include <syslog.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/time.h>
index ea9c32242e4b90177ea85f04e33079c7da10d281..5e5039e065fed4bf03e2552d8e12a0fe54d974f0 100644 (file)
@@ -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 <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <errno.h>
index 4789f4d38f531b42e10ded660c67115fe1a5d22a..ab8ba9ed67904efc97a3d4bf2f16459a3e0cfb54 100644 (file)
@@ -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 <dirent.h>
 #include <errno.h>
 
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/file.h>
index 54d44cd52df7a3b38c0215044f688533706fe4a9..40d6b183596c54d2f6c43f4fa603fcb5838002e6 100644 (file)
@@ -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 <sys/mman.h>
 #include <errno.h>
 
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/param.h>
index 818a5c2c9b835c68a4d52f908c1adedf759517da..6d3791ce078fe45194291bbbcff6a025f071392f 100644 (file)
@@ -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 <errno.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>
index 000f6fe56f70d91a1c8a5990c39bd04e6338a4a2..0d3f1f21eb1b8c744b8445bb825bedd71c4aaf88 100644 (file)
@@ -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 <sys/stat.h>
 #include <sys/param.h>
 #include <sys/uio.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/time.h>
 #include <sys/socket.h>
 
index 97a7242ad0b3fcc9ffbc61b3be76fae1d03b6585..dbdb6ada828bd76fad2d1b4a5c8ce2c10790c893 100644 (file)
@@ -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 <sys/types.h>
 #include <sys/param.h>
 #include <sys/stat.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <netatalk/endian.h>
 #include <dirent.h>
 #include <limits.h>
index 3bff6e88e0fb7a4b4232a50263b0d64142954dd1..94aa79b16f6ca52dd53d182c11c1a86a0101cae4 100644 (file)
@@ -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 <sys/time.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>
index 1b681548fbd455c9887fabcbe9a00f3327e2d434..de456b0defba1eeea3dc94147305fa1cfaf11543 100644 (file)
@@ -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 <string.h>
 #include <errno.h>
 
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netatalk/at.h>
index 442ba0cd1b40c171aa1a494163470ade1fcc3de2..7853c0449060f80300bb1c53376f200375a75443 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
 #include <errno.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/socket.h>
index 0af04c344068a6e4d4a405171434c66dff6e7af4..991c20bf9f2d07cfccddcfb8b973567438e1ba2b 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
 #include <errno.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/socket.h>
index 14e6d01db510f1b14f1164254c6d7267b3d7b099..b27607bae1c2ab52554c563e56aa4e99c26165ea 100644 (file)
@@ -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 <errno.h>
 #include <sys/param.h>
 #include <sys/types.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <sys/time.h>
index 042ec0ef4d111ea621f26b6a0c0413d8b25d63bd..24a49d03910fd19a03792cb4616f766d0f0c4b1f 100644 (file)
@@ -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 <sys/syslog.h>
+#include <syslog.h>
 #include <sys/param.h>
 #include <stdio.h>
 #include <stdlib.h>
index 2a2e3b9bb8d762b8f09cbeb420375b29842e1a01..77a919ae02e910fe89484ed215840ea41517a768 100644 (file)
@@ -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 <sys/syslog.h>
+#include <syslog.h>
 #include <sys/param.h>
 #include <stdio.h>
 #include <stdlib.h>
index dfeea498f48d7e3b4a1abb88dcb3133f12a76d8f..58dbdf1a7846e38aedd455287b8bda2e8878cbb3 100644 (file)
@@ -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 <sys/syslog.h>
+#include <syslog.h>
 #include <sys/param.h>
 #include <stdio.h>
 
index b912242f90ab385d736d15a7d75cd762bf069ca4..ba1c0ac65700ff8a4bb58449c93fe8fb8053314b 100644 (file)
@@ -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 <sys/param.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/time.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
index 76fd710dbe485063d970f27c3008677efe097ed3..f9180ae7ea9642be2984d68341de9ef936f0469f 100644 (file)
@@ -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 <sys/syslog.h>
+#include <syslog.h>
 #include <sys/param.h>
 #include <stdio.h>
 #include <string.h>
index 6602e8b722ec2082239816a9c44edf77fb041acb..94e3ec0ec594ee8a620829c12179b9f16c3e9cff 100644 (file)
@@ -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 <sys/file.h>
 #endif /* sun && __svr4__ */
 #include <sys/socket.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 
 /* POSIX.1 sys/wait.h check */
 #include <sys/types.h>
index c0a4e59bc63cd9620595b31279304ab9cead52bb..64af1f38b7d96a640196e724b999eccaddcb7abd 100644 (file)
@@ -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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/time.h>
index ba0e8ca1096d8058c231ceca0ac18efb0d32ba23..3ce055ca64f45cf9c2843baf5f56e59ce1ea55fb 100644 (file)
@@ -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 <string.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/param.h>
 #include <sys/time.h>
 #include <sys/types.h>
index 69d3f5e8b18b4d5dff05503d25265a97c6692fc5..ce8c5b915581b30f57353d732f066ad7577e40d6 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
 #include <sys/types.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/time.h>
 #include <sys/uio.h>
 #include <netatalk/endian.h>
index 428a6e6db4e4d7d41b647ff9cf9bc48d1bb98627..7ace61cf7b920950201d1f7356802f36d2a005d7 100644 (file)
@@ -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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/time.h>
index d6ce55dcf516ed001dbceede87488b6edfee1b90..d70c2e79e78d08f766bded82c74df8b7d902c976 100644 (file)
@@ -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 <sys/file.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <atalk/paths.h>
 #include <stdio.h>
 #include <stdlib.h>
index f95fbf1874a96fc710266d8fe11336a26ff52cc7..ee18845ecfe9fbf1c772bb40c9bdbdf41053af3f 100644 (file)
@@ -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 <sys/types.h>
 #include <sys/socket.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/param.h>
 #include <sys/mbuf.h>
 #include <sys/time.h>
index 3cb87ec0c073784ce7eef0b27d1ad37c4b9edbc4..3eb25e768f24579705a35c096323197791f277b9 100644 (file)
@@ -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 <sys/mbuf.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <net/if.h>
 #include <net/route.h>
 #ifdef _IBMR2
index 5f2f583c5ae059069c2ad249a1a998f4cf760dea..80a91bacf12d67dce0ce80ed9c1aca4fe0066d78 100644 (file)
@@ -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 <sys/mbuf.h>
 #include <sys/socket.h>
 #include <sys/errno.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 
 #include <net/if.h>
 #include <net/route.h>