aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-05-22 15:56:43 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-05-22 15:56:43 +0000
commitae1add4e55214610068712ef35b5787f01fcae53 (patch)
treec4c23f9c8441dec7c3000e786fd64356cf1e6e07 /bin
parent682eec57c4d5bf357744d47e2f23bb0ee8829b39 (diff)
downloadsrc-ae1add4e55214610068712ef35b5787f01fcae53.tar.gz
src-ae1add4e55214610068712ef35b5787f01fcae53.zip
Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide
compatibility interfaces in both kernel and libc. Reviewed by: rwatson
Notes
Notes: svn path=/head/; revision=192586
Diffstat (limited to 'bin')
-rw-r--r--bin/cp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cp/Makefile b/bin/cp/Makefile
index 9180efe26c3f..5a5e1a457d16 100644
--- a/bin/cp/Makefile
+++ b/bin/cp/Makefile
@@ -3,6 +3,6 @@
PROG= cp
SRCS= cp.c utils.c
-CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED
+CFLAGS+= -DVM_AND_BUFFER_CACHE_SYNCHRONIZED -D_ACL_PRIVATE
.include <bsd.prog.mk>