commit | ba1664b062414481d0f37d06bb01a19874c8d481 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Sat Apr 28 14:59:05 2012 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Wed Aug 29 19:02:08 2012 +0200 |
tree | ee8c58cf94bad219f290c3eec6b4e9f3c4c4902c | |
parent | c70b19501f800cb911ac906c7fb153c4a37f5f57 [diff] [blame] |
Fix compilation
diff --git a/proc.h b/proc.h index f530e5d..0dfa7db 100644 --- a/proc.h +++ b/proc.h
@@ -107,7 +107,7 @@ unsigned int personality; int tracesysgood; /* signal indicating a PTRACE_SYSCALL trap */ - int callstack_depth; + size_t callstack_depth; struct callstack_element callstack[MAX_CALLDEPTH]; /* Linked list of libraries in backwards order of mapping.