]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/acls.c
Merge master
[netatalk.git] / etc / afpd / acls.c
index 82d61eb5444d88512ae58aa9ef6ed9c6496f4247..40281bcc9b079260922af9db90b38a0c879f5069 100644 (file)
@@ -985,7 +985,7 @@ static int get_and_map_acl(char *name, char *rbuf, size_t *rbuflen)
     EC_INIT;
     int mapped_aces = 0;
     int dirflag;
-    uint32_t *darwin_ace_count = (u_int32_t *)rbuf;
+    uint32_t *darwin_ace_count = (uint32_t *)rbuf;
 #ifdef HAVE_SOLARIS_ACLS
     int ace_count = 0;
     ace_t *aces = NULL;