]> arthur.barton.de Git - netatalk.git/commitdiff
sys/syslog.h -> syslog.h
authorsrittau <srittau>
Tue, 12 Mar 2002 15:44:38 +0000 (15:44 +0000)
committersrittau <srittau>
Tue, 12 Mar 2002 15:44:38 +0000 (15:44 +0000)
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

index 042ec0ef4d111ea621f26b6a0c0413d8b25d63bd..98c7e88c3c9f6896b0b924641925101cfd7ec03d 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.5.2.1 2002-03-12 15:44:38 srittau 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..2cd83f37747dfa6d3b46babea650d50e7c65dc47 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.7.2.1 2002-03-12 15:44:38 srittau 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..2c34081f3fd91c41be18d0d193c381aaf0ef028e 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.7.2.1 2002-03-12 15:44:38 srittau 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..6a5f0038a92694d902a3f64d5ab93ca4dc67a34b 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.10.2.1 2002-03-12 15:44:38 srittau 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..bbd1a028929273fa2fd76800598e7d22b8922fdd 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.7.2.1 2002-03-12 15:44:38 srittau 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..5ef7e65b32b0107d81a570bf90cc69a80fac3784 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.13.2.1 2002-03-12 15:44:38 srittau 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..8fb3db0321d0f2db5f68e1a483d61a1495db2abd 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.6.2.1 2002-03-12 15:44:38 srittau 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..1196e474314e875267684172c397ca9f2b8a72b5 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.8.2.1 2002-03-12 15:44:38 srittau 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>