From: Nick Mathewson Date: Mon, 9 Jun 2014 02:33:38 +0000 (-0400) Subject: Spell getrlimit correctly. X-Git-Tag: tor-0.2.5.5-alpha~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=307aa7eb43c25f0009de33f9aea4376c329b4fe5;p=thirdparty%2Ftor.git Spell getrlimit correctly. Fixes bug in b0c1c700114aa8d4dfc180d85870c5bbe15fcacb; bug 12229. Bugfix not in any released Tor. Patch from "alphawolf". --- diff --git a/src/common/sandbox.c b/src/common/sandbox.c index c379151b31..4721b8dfcc 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -135,7 +135,7 @@ static int filter_nopar_gen[] = { #ifdef __NR_getgid32 SCMP_SYS(getgid32), #endif -#ifdef __NR_getrlimt +#ifdef __NR_getrlimit SCMP_SYS(getrlimit), #endif SCMP_SYS(gettimeofday),