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

index cd3b7b68cd3d5418c37ec094e345c81862fb5c6a..cffb8d410878dc193650c69f61a345d1570ac452 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: appl.c,v 1.3.2.1 2001-12-03 05:01:03 jmarcus Exp $
+ * $Id: appl.c,v 1.3.2.2 2002-03-12 14:59:52 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -22,7 +22,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <errno.h>
 
 #include <netatalk/endian.h>