summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_entry.c
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2001-04-13 19:14:38 +0000
committerjedgar <jedgar@FreeBSD.org>2001-04-13 19:14:38 +0000
commit430f24915dac520156a872ef1f4dab8df98cb141 (patch)
tree3b2e3825bd5f7f3e1d38501a84e2b0c5313d00e4 /lib/libc/posix1e/acl_entry.c
parente20549a88c4d5ced3b5cc3ba4344db52930a4486 (diff)
downloadFreeBSD-src-430f24915dac520156a872ef1f4dab8df98cb141.zip
FreeBSD-src-430f24915dac520156a872ef1f4dab8df98cb141.tar.gz
Add the remaining POSIX.1e ACL definitions:
ACL_UNDEFINED_TAG, ACL_UNDEFINED_ID, ACL_FIRST_ENTRY, ACL_NEXT_ENTRY Reviewed by: rwatson Obtained from: TrustedBSD Project
Diffstat (limited to 'lib/libc/posix1e/acl_entry.c')
-rw-r--r--lib/libc/posix1e/acl_entry.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/posix1e/acl_entry.c b/lib/libc/posix1e/acl_entry.c
index 49dfb84..cfb5e80 100644
--- a/lib/libc/posix1e/acl_entry.c
+++ b/lib/libc/posix1e/acl_entry.c
@@ -34,9 +34,6 @@
#include <errno.h>
#include <stdlib.h>
-#define ACL_UNDEFINED_ID -1
-#define ACL_UNDEFINED_TAG -1
-
int
acl_create_entry(acl_t *acl_p, acl_entry_t *entry_p)
{
OpenPOWER on IntegriCloud