]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/appl.c
replaced all #include <sys/syslog.h> with #include <syslog.h>
[netatalk.git] / etc / afpd / appl.c
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>