fix typo in _SYS_SYSPROTO_H_ case: s/mlockall_args/munlockall_args
Submitted by: Mark Santcroos <marks@ripe.net>
This commit is contained in:
parent
1f910d6cae
commit
fa7212543f
@ -1038,7 +1038,7 @@ mlockall(td, uap)
|
||||
}
|
||||
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
struct mlockall_args {
|
||||
struct munlockall_args {
|
||||
int how;
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user