Module Name:    src
Committed By:   snj
Date:           Wed Apr  1 00:27:20 UTC 2009

Modified Files:
        src/sys/compat/darwin [netbsd-5]: darwin_exec.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #622):
        sys/compat/darwin/darwin_exec.c: revision 1.58
buildfix: NEW_VMCMD(2 -> NEW_VMCMD2(


To generate a diff of this commit:
cvs rdiff -u -r1.55.4.1 -r1.55.4.2 src/sys/compat/darwin/darwin_exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/darwin/darwin_exec.c
diff -u src/sys/compat/darwin/darwin_exec.c:1.55.4.1 src/sys/compat/darwin/darwin_exec.c:1.55.4.2
--- src/sys/compat/darwin/darwin_exec.c:1.55.4.1	Wed Apr  1 00:25:21 2009
+++ src/sys/compat/darwin/darwin_exec.c	Wed Apr  1 00:27:20 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: darwin_exec.c,v 1.55.4.1 2009/04/01 00:25:21 snj Exp $ */
+/*	$NetBSD: darwin_exec.c,v 1.55.4.2 2009/04/01 00:27:20 snj Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include "opt_compat_darwin.h" /* For COMPAT_DARWIN in mach_port.h */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: darwin_exec.c,v 1.55.4.1 2009/04/01 00:25:21 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_exec.c,v 1.55.4.2 2009/04/01 00:27:20 snj Exp $");
 
 #include "opt_syscall_debug.h"
 
@@ -430,7 +430,7 @@
 		    noaccess_linear_min, NULL, 0, VM_PROT_NONE, VMCMD_STACK);
 	}
 	KASSERT(access_size > 0);
-	NEW_VMCMD(2&epp->ep_vmcmds, vmcmd_map_zero, access_size,
+	NEW_VMCMD2(&epp->ep_vmcmds, vmcmd_map_zero, access_size,
 	    access_linear_min, NULL, 0, VM_PROT_READ | VM_PROT_WRITE,
 	    VMCMD_STACK);
 

Reply via email to