]> arthur.barton.de Git - netatalk.git/commitdiff
sys/syslog.h -> syslog.h
authorsrittau <srittau>
Tue, 12 Mar 2002 15:20:08 +0000 (15:20 +0000)
committersrittau <srittau>
Tue, 12 Mar 2002 15:20:08 +0000 (15:20 +0000)
etc/afpd/unix.c

index a23c1938ea1e8e281f2defbf7151398323071490..2f2002e4bd99eb2fc4fb6fade2c4966bee5d96aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: unix.c,v 1.24.2.4 2002-03-05 15:55:34 jmarcus Exp $
+ * $Id: unix.c,v 1.24.2.5 2002-03-12 15:20:08 srittau 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>