diff options
author | alfred <alfred@FreeBSD.org> | 2002-06-06 18:51:14 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-06-06 18:51:14 +0000 |
commit | 63b8dfa51572fca4b3ca4e5193bd9254f75ac046 (patch) | |
tree | 1cd60de440daa0865bbd965b2a69547b87824215 /sys | |
parent | 5c7a83ed1d5d7923aa3874179e372a483a274f52 (diff) | |
download | FreeBSD-src-63b8dfa51572fca4b3ca4e5193bd9254f75ac046.zip FreeBSD-src-63b8dfa51572fca4b3ca4e5193bd9254f75ac046.tar.gz |
fix typo in _SYS_SYSPROTO_H_ case: s/mlockall_args/munlockall_args
Submitted by: Mark Santcroos <marks@ripe.net>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/vm/vm_mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index d298993..00000fd 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 |