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