From e6f07a3c51c1117f3f95fa846dd042b5a4a1e201 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 24 Aug 2008 23:11:55 +0200 Subject: [PATCH] Oops, there was a typo in the previous patch. --- box/box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box/box.c b/box/box.c index 1a70774..1394a85 100644 --- a/box/box.c +++ b/box/box.c @@ -262,7 +262,7 @@ static unsigned char syscall_action[NUM_ACTIONS] = { S(fcntl) = A_YES, S(fcntl64) = A_YES, S(mmap) = A_YES, - S(mmap) = A_YES, + S(mmap2) = A_YES, S(munmap) = A_YES, S(ioctl) = A_YES, S(uname) = A_YES, -- 2.39.2