]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/appl.c
cnid_t is a unsigned variable, Joe! Thanks to Didier for pointing this out.
[netatalk.git] / etc / afpd / appl.c
index 4859cabcc20529e70aa4c076664cbec4634594cd..52a30b400219a64d0ce032a79e4477e30b649b4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: appl.c,v 1.4 2001-12-03 05:03:38 jmarcus Exp $
+ * $Id: appl.c,v 1.6 2002-01-04 04:45:47 sibaz 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 <atalk/logger.h>
 #include <errno.h>
 
 #include <netatalk/endian.h>