X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/88bf1145bc9f8cad86e319cd78f2ed4afb7189ad..e54488bbec5c9f80e95cedd395b0e3d31fde253d:/sys/emulation/43bsd/43bsd_vm.c diff --git a/sys/emulation/43bsd/43bsd_vm.c b/sys/emulation/43bsd/43bsd_vm.c index c1643084b9..d65566f855 100644 --- 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); }