From 0b3c259a64c6ae0130a81e7a682024b21baf1bba Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 24 Oct 1994 04:10:46 +0000 Subject: Formerly info.c.~9~ --- proc/info.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proc/info.c b/proc/info.c index 2a546356..6761314c 100644 --- a/proc/info.c +++ b/proc/info.c @@ -305,9 +305,9 @@ S_proc_getprocenv (struct proc *callerp, /* Implement proc_getprocinfo as described in . */ kern_return_t S_proc_getprocinfo (struct proc *callerp, - pid_t pid, - int **piarray, - u_int *piarraylen) + pid_t pid, + int **piarray, + u_int *piarraylen) { struct proc *p = pid_find (pid); struct procinfo *pi; -- cgit v1.2.3