From: Martin Mares Date: Sun, 24 Aug 2008 21:11:55 +0000 (+0200) Subject: Oops, there was a typo in the previous patch. X-Git-Tag: python-dummy-working~139 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e6f07a3c51c1117f3f95fa846dd042b5a4a1e201;p=eval.git Oops, there was a typo in the previous patch. --- 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,