diff options
author | Roland McGrath <roland@gnu.org> | 1994-10-24 04:10:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-10-24 04:10:46 +0000 |
commit | 0b3c259a64c6ae0130a81e7a682024b21baf1bba (patch) | |
tree | 85ee87f9764b7637cf705f029cf27cf1109a9dfa | |
parent | 491384a2d21d60151cb793357f1d67122e37cc36 (diff) |
Formerly info.c.~9~
-rw-r--r-- | proc/info.c | 6 |
1 files 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 <hurd/proc.defs>. */ 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; |