aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/ptrace.h')
-rw-r--r--sys/sys/ptrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/ptrace.h b/sys/sys/ptrace.h
index de4e7a7c1d4d..71357671b23e 100644
--- a/sys/sys/ptrace.h
+++ b/sys/sys/ptrace.h
@@ -112,7 +112,7 @@ struct ptrace_lwpinfo {
sigset_t pl_siglist; /* LWP pending signal */
struct __siginfo pl_siginfo; /* siginfo for signal */
char pl_tdname[MAXCOMLEN + 1]; /* LWP name */
- int pl_child_pid; /* New child pid */
+ pid_t pl_child_pid; /* New child pid */
u_int pl_syscall_code;
u_int pl_syscall_narg;
};