From fa7212543f266ad7e7b968d35d6d381d7ddac6a6 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Thu, 6 Jun 2002 18:51:14 +0000 Subject: [PATCH] fix typo in _SYS_SYSPROTO_H_ case: s/mlockall_args/munlockall_args Submitted by: Mark Santcroos --- sys/vm/vm_mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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