From fb57d2691e61eb7ee2ab8df2ee9f41842c5f1a26 Mon Sep 17 00:00:00 2001 From: trasz Date: Fri, 22 May 2009 15:56:43 +0000 Subject: Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide compatibility interfaces in both kernel and libc. Reviewed by: rwatson --- sbin/restore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') 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 -- cgit v1.1