]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/switch.c
Initial checkin of ACLs patch
[netatalk.git] / etc / afpd / switch.c
index 48febcf6a2fcc70b7375d23fb23660ee7e197884..fd9770841910f6da250aaa334c8371281bcc81e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: switch.c,v 1.14 2008-05-23 06:35:49 didg Exp $
+ * $Id: switch.c,v 1.15 2009-02-02 11:55:01 franklahm Exp $
  *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
@@ -46,6 +46,9 @@
 #include "filedir.h"
 #include "status.h"
 #include "misc.h"
+#ifdef HAVE_NFSv4_ACLS
+#include "acls.h"
+#endif
 
 static int afp_null(obj, ibuf, ibuflen, rbuf, rbuflen )
 AFPObj  *obj _U_;