From 311e8370a55984ddfc24d607884ea0da53d20227 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 20 Aug 2009 09:32:45 -0700 Subject: [PATCH] VKERNEL - fix procedure argument to match prototype. --- sys/platform/vkernel/i386/vm_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/platform/vkernel/i386/vm_machdep.c b/sys/platform/vkernel/i386/vm_machdep.c index d55563477e..ecf9b5b2dc 100644 --- a/sys/platform/vkernel/i386/vm_machdep.c +++ b/sys/platform/vkernel/i386/vm_machdep.c @@ -366,7 +366,7 @@ kvtop(void *addr) } int -grow_stack(struct proc *p, u_int sp) +grow_stack(struct proc *p, vm_offset_t sp) { int rv; -- 2.11.4.GIT