aboutsummaryrefslogtreecommitdiff
path: root/src/common/sandbox.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-15 11:55:46 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-15 11:55:46 -0500
commitfec5aa75f4c50f6b307edbc7662bdb9c5a73f617 (patch)
tree39244ea1002915853cb88649f4ab12694fcc9f60 /src/common/sandbox.c
parentb463773fc3862107acdd05ea86016efc8e13e3a5 (diff)
parent07cca627eaab800d4874f3d0914d3cf7eaa601a9 (diff)
downloadtor-fec5aa75f4c50f6b307edbc7662bdb9c5a73f617.tar.gz
tor-fec5aa75f4c50f6b307edbc7662bdb9c5a73f617.zip
Merge branch 'maint-0.2.7'
Diffstat (limited to 'src/common/sandbox.c')
-rw-r--r--src/common/sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index 8198858ba5..6861bb3efc 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -1602,7 +1602,7 @@ sigsys_debugging(int nr, siginfo_t *info, void *void_context)
const char *syscall_name;
int syscall;
#ifdef USE_BACKTRACE
- int depth;
+ size_t depth;
int n_fds, i;
const int *fds = NULL;
#endif