diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index d2989938e398..00000fda9edd 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -1038,7 +1038,7 @@ mlockall(td, uap) } #ifndef _SYS_SYSPROTO_H_ -struct mlockall_args { +struct munlockall_args { int how; }; #endif