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