]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/file.c
replaced all #include <sys/syslog.h> with #include <syslog.h>
[netatalk.git] / etc / afpd / file.c
index 54d44cd52df7a3b38c0215044f688533706fe4a9..40d6b183596c54d2f6c43f4fa603fcb5838002e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: file.c,v 1.33 2002-01-03 17:29:10 sibaz Exp $
+ * $Id: file.c,v 1.34 2002-01-03 17:49:38 sibaz Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -38,7 +38,7 @@ char *strchr (), *strrchr ();
 #include <sys/mman.h>
 #include <errno.h>
 
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/param.h>