diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-09-20 19:08:48 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-09-20 19:08:48 +0000 |
| commit | 4cc712004cbc472b5ff93761b1ecbb724b6f44a1 (patch) | |
| tree | 0818acdf46ae768babff4f64533700bc3c7072c1 /sys/vm | |
| parent | 0355003f2605742dbf0322dbf88b8f2a22d36e3a (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index c8b90ba72320..2934ebae2cf2 100644 --- a/sys/vm/vm_extern.h +++ b/sys/vm/vm_extern.h @@ -99,7 +99,7 @@ void vslock __P((caddr_t, u_int)); void vsunlock __P((caddr_t, u_int, int)); void vm_object_print __P((/* db_expr_t */ long, boolean_t, /* db_expr_t */ long, char *)); -void vm_fault_quick __P((caddr_t v, int prot)); +int vm_fault_quick __P((caddr_t v, int prot)); #endif /* KERNEL */ |
