summaryrefslogtreecommitdiff
path: root/proc/proc.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-01-17 22:48:26 +0000
committerRoland McGrath <roland@gnu.org>1995-01-17 22:48:26 +0000
commitfc141a5a811fd191dfa25409256ac3910ad1b340 (patch)
treea7346271198bf8b7880275a6bdacf8afb1d467a1 /proc/proc.h
parent51d9e2ef3bc679c89ef576e29eb36f78aa60dd4a (diff)
(struct proc): Make `argv' and `envp' members `vm_address_t'.
Diffstat (limited to 'proc/proc.h')
-rw-r--r--proc/proc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc/proc.h b/proc/proc.h
index 94c209a7..0d0dc210 100644
--- a/proc/proc.h
+++ b/proc/proc.h
@@ -1,5 +1,5 @@
/* Process server definitions
- Copyright (C) 1992, 1993, 1994 Free Software Foundation
+ Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -75,7 +75,7 @@ struct proc
} p_continuation;
/* Miscellaneous information */
- int p_argv, p_envp;
+ vm_address_t p_argv, p_envp;
int p_status; /* to return via wait */
int p_exec:1; /* has called proc_mark_exec */