diff options
author | trasz <trasz@FreeBSD.org> | 2009-05-22 15:56:43 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-05-22 15:56:43 +0000 |
commit | fb57d2691e61eb7ee2ab8df2ee9f41842c5f1a26 (patch) | |
tree | c4c23f9c8441dec7c3000e786fd64356cf1e6e07 /sbin/restore | |
parent | 22a2faaf8a380ef584515e66ff4136bf512c6e21 (diff) | |
download | FreeBSD-src-fb57d2691e61eb7ee2ab8df2ee9f41842c5f1a26.zip FreeBSD-src-fb57d2691e61eb7ee2ab8df2ee9f41842c5f1a26.tar.gz |
Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide
compatibility interfaces in both kernel and libc.
Reviewed by: rwatson
Diffstat (limited to 'sbin/restore')
-rw-r--r-- | sbin/restore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index c06a3db..8097190 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -5,7 +5,7 @@ PROG= restore LINKS= ${BINDIR}/restore ${BINDIR}/rrestore -CFLAGS+=-DRRESTORE +CFLAGS+=-DRRESTORE -D_ACL_PRIVATE WARNS?= 0 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \ dumprmt.c |