diff options
-rw-r--r-- | proc/proc.h | 4 |
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 */ |