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
/
emulation
/
43bsd
/
43bsd_vm.c
diff --git
a/sys/emulation/43bsd/43bsd_vm.c
b/sys/emulation/43bsd/43bsd_vm.c
index
c164308
..
d65566f
100644
(file)
--- a/
sys/emulation/43bsd/43bsd_vm.c
+++ b/
sys/emulation/43bsd/43bsd_vm.c
@@
-60,7
+60,7
@@
sys_ovadvise(struct ovadvise_args *uap)
int
sys_ogetpagesize(struct getpagesize_args *uap)
{
- uap->sysmsg_result = PAGE_SIZE;
+ uap->sysmsg_iresult = PAGE_SIZE;
return (0);
}