]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/directory.c
replaced all #include <sys/syslog.h> with #include <syslog.h>
[netatalk.git] / etc / afpd / directory.c
index ea9c32242e4b90177ea85f04e33079c7da10d281..5e5039e065fed4bf03e2552d8e12a0fe54d974f0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: directory.c,v 1.23 2002-01-02 21:14:10 srittau Exp $
+ * $Id: directory.c,v 1.24 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 "config.h"
 #endif /* HAVE_CONFIG_H */
 
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <errno.h>