Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/compat/mach Pull up revision 1.27 (requested by jdo...



details:   https://anonhg.NetBSD.org/src/rev/d31ee45aa4f8
branches:  netbsd-2-0
changeset: 562388:d31ee45aa4f8
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Aug 15 13:54:31 2004 +0000

description:
Pull up revision 1.27 (requested by jdolecek in ticket #762):
pass the fork flags down to the emulation fork hook, so that emulation
code can use the information for setup

diffstat:

 sys/compat/mach/mach_exec.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 79420b75af9f -r d31ee45aa4f8 sys/compat/mach/mach_exec.h
--- a/sys/compat/mach/mach_exec.h       Sun Aug 15 13:54:26 2004 +0000
+++ b/sys/compat/mach/mach_exec.h       Sun Aug 15 13:54:31 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mach_exec.h,v 1.26 2003/12/24 23:22:22 manu Exp $       */
+/*     $NetBSD: mach_exec.h,v 1.26.2.1 2004/08/15 13:54:31 tron Exp $   */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -74,7 +74,7 @@
 void mach_e_proc_init(struct proc *, struct vmspace *);
 void mach_e_proc_exit(struct proc *);
 void mach_e_proc_exec(struct proc *, struct exec_package *);
-void mach_e_proc_fork(struct proc *, struct proc *);
+void mach_e_proc_fork(struct proc *, struct proc *, int);
 void mach_e_proc_fork1(struct proc *, struct proc *, int);
 void mach_e_lwp_fork(struct lwp *, struct lwp *);
 void mach_e_lwp_exit(struct lwp *);



Home | Main Index | Thread Index | Old Index