]> arthur.barton.de Git - netatalk.git/commitdiff
sys/syslog.h -> syslog.h
authorsrittau <srittau>
Tue, 12 Mar 2002 15:05:50 +0000 (15:05 +0000)
committersrittau <srittau>
Tue, 12 Mar 2002 15:05:50 +0000 (15:05 +0000)
etc/afpd/directory.c
etc/afpd/enumerate.c
etc/afpd/file.c
etc/afpd/filedir.c

index 86472736e064492c53308da71619e2a3a45619d7..215a60c48c5287d9c951efd110c560275449a0b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: directory.c,v 1.19.2.4 2002-02-07 23:54:27 srittau Exp $
+ * $Id: directory.c,v 1.19.2.5 2002-03-12 15:05:50 srittau 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 1888d36969a10f8b453824cd44c0bcb0855a8c41..82d128898b775223e2f9bb14e02f7baceffb8d7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: enumerate.c,v 1.9.2.4 2002-02-09 20:29:02 jmarcus Exp $
+ * $Id: enumerate.c,v 1.9.2.5 2002-03-12 15:09:20 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -14,8 +14,8 @@
 #include <string.h>
 #include <dirent.h>
 #include <errno.h>
+#include <syslog.h>
 
-#include <sys/syslog.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/file.h>
index 986f1cbed3fb5b05ac6f76a391300ac67a1be32b..48566a22a84be2590beea2fcfff25b0586969015 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: file.c,v 1.29.2.7 2002-03-08 05:47:25 jmarcus Exp $
+ * $Id: file.c,v 1.29.2.8 2002-03-12 15:09:20 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -37,8 +37,8 @@ char *strchr (), *strrchr ();
 #include <dirent.h>
 #include <sys/mman.h>
 #include <errno.h>
+#include <syslog.h>
 
-#include <sys/syslog.h>
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/param.h>
index 29e0a3eafa8590a787a2f6eefdad4cc4b2882a79..e6f5e2ca39b2d0df38ebbbd5f208644836b0c733 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: filedir.c,v 1.15.2.2 2002-01-14 02:50:34 srittau Exp $
+ * $Id: filedir.c,v 1.15.2.3 2002-03-12 15:09:20 srittau 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>