]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/main.c
replaced all #include <sys/syslog.h> with #include <syslog.h>
[netatalk.git] / etc / afpd / main.c
index 000f6fe56f70d91a1c8a5990c39bd04e6338a4a2..0d3f1f21eb1b8c744b8445bb825bedd71c4aaf88 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: main.c,v 1.14 2001-12-10 20:16:54 srittau Exp $
+ * $Id: main.c,v 1.15 2002-01-03 17:49:38 sibaz Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -24,7 +24,7 @@
 #include <sys/stat.h>
 #include <sys/param.h>
 #include <sys/uio.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/time.h>
 #include <sys/socket.h>