K 10 svn:author V 5 trasz K 8 svn:date V 27 2009-10-05T19:56:56.198922Z K 7 svn:log V 296 Fix NFSv4 ACLs on sparc64. Turns out that fuword(9) fetches 64 bits instead of sizeof(int), and on sparc64 that resulted in fetching wrong value for acl_maxcnt, which in turn caused __acl_get_link(2) to fail with EINVAL. PR: sparc64/139304 Submitted by: Dmitry Afanasiev END