fix typo in _SYS_SYSPROTO_H_ case: s/mlockall_args/munlockall_args

Submitted by: Mark Santcroos <marks@ripe.net>
This commit is contained in:
Alfred Perlstein 2002-06-06 18:51:14 +00:00
parent 1f910d6cae
commit fa7212543f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97947

View File

@ -1038,7 +1038,7 @@ mlockall(td, uap)
}
#ifndef _SYS_SYSPROTO_H_
struct mlockall_args {
struct munlockall_args {
int how;
};
#endif