diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-15 11:55:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-15 11:55:46 -0500 |
commit | fec5aa75f4c50f6b307edbc7662bdb9c5a73f617 (patch) | |
tree | 39244ea1002915853cb88649f4ab12694fcc9f60 /src/common/sandbox.c | |
parent | b463773fc3862107acdd05ea86016efc8e13e3a5 (diff) | |
parent | 07cca627eaab800d4874f3d0914d3cf7eaa601a9 (diff) | |
download | tor-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.c | 2 |
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 |