diff options
Diffstat (limited to 'trans/crash.c')
-rw-r--r-- | trans/crash.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/trans/crash.c b/trans/crash.c index bd57497b..4a59d450 100644 --- a/trans/crash.c +++ b/trans/crash.c @@ -1,6 +1,6 @@ /* GNU Hurd standard crash dump server. - Copyright (C) 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2006 + Copyright (C) 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2006, 2007 Free Software Foundation, Inc. Written by Roland McGrath. @@ -777,9 +777,6 @@ S_msg_set_env_variable (mach_port_t process, boolean_t replace) { return EBUSY; } kern_return_t -S_msg_startup_dosync (mach_port_t process) -{ return EBUSY; } -kern_return_t S_msg_get_exec_flags (mach_port_t process, mach_port_t refport, int *flags) { return EBUSY; } kern_return_t |