Deleted Added
full compact
26c26
< * $FreeBSD: head/lib/libc/posix1e/acl_set.c 74667 2001-03-22 22:31:01Z jedgar $
---
> * $FreeBSD: head/lib/libc/posix1e/acl_set.c 75185 2001-04-04 18:00:52Z tmm $
32a33
> #include "namespace.h"
33a35
> #include "un-namespace.h"
74c76
< return (__acl_set_fd(fd, ACL_TYPE_ACCESS, acl));
---
> return (___acl_set_fd(fd, ACL_TYPE_ACCESS, acl));
90c92
< return (__acl_set_fd(fd, type, acl));
---
> return (___acl_set_fd(fd, type, acl));