X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Facls.c;h=40281bcc9b079260922af9db90b38a0c879f5069;hp=82d61eb5444d88512ae58aa9ef6ed9c6496f4247;hb=15c1fc2f2328736dd428ec3be37c893d8ee2e065;hpb=564374702f2964a25d2cd29b204c5a2f608dfb1a diff --git a/etc/afpd/acls.c b/etc/afpd/acls.c index 82d61eb5..40281bcc 100644 --- a/etc/afpd/acls.c +++ b/etc/afpd/acls.c @@ -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;