]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/switch.c
Hangs in Netatalk which causes it to stop responding to connections
[netatalk.git] / etc / afpd / switch.c
index 2e2c69e01212f56e25df986d83c46e478c42ad55..5c98e8df57d511565c8d3366a5306925efb74ff6 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: switch.c,v 1.19 2009-10-15 10:43:13 didg Exp $
- *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
  *
@@ -33,8 +31,7 @@
 
 #include <atalk/afp.h>
 #include <atalk/uam.h>
-
-#include "globals.h"
+#include <atalk/globals.h>
 
 /* grab the FP functions */
 #include "auth.h" 
@@ -46,7 +43,7 @@
 #include "filedir.h"
 #include "status.h"
 #include "misc.h"
-#ifdef HAVE_NFSv4_ACLS
+#ifdef HAVE_ACLS
 #include "acls.h"
 #endif