#endif
int grow (struct proc *, size_t);
-int grow_stack (struct proc *, size_t);
+int grow_stack (struct proc *, vm_offset_t);
int kernacc(c_caddr_t, int, int);
vm_offset_t kmem_alloc3 (vm_map_t, vm_size_t, int flags);
vm_offset_t kmem_alloc_nofault (vm_map_t, vm_size_t);