From fc141a5a811fd191dfa25409256ac3910ad1b340 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 17 Jan 1995 22:48:26 +0000 Subject: (struct proc): Make `argv' and `envp' members `vm_address_t'. --- proc/proc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proc') 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 */ -- cgit v1.2.3