K 10 svn:author V 5 trasz K 8 svn:date V 27 2009-04-19T09:56:30.807624Z K 7 svn:log V 192 When allocating 'struct acl' instances, use malloc(9) instead of uma(9). This struct will get much bigger soon, and we don't want to waste too much memory on UMA caches. Reviewed by: rwatson END