projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git]
/
sys
/
platform
/
pc32
/
i386
/
vm_machdep.c
diff --git
a/sys/platform/pc32/i386/vm_machdep.c
b/sys/platform/pc32/i386/vm_machdep.c
index
a698afc
..
1489003
100644
(file)
--- a/
sys/platform/pc32/i386/vm_machdep.c
+++ b/
sys/platform/pc32/i386/vm_machdep.c
@@
-471,7
+471,7
@@
cpu_reset_real(void)
}
int
-grow_stack(struct proc *p, u_int sp)
+grow_stack(struct proc *p, vm_offset_t sp)
{
int rv;