Fix cosmetic bug in stale copy of msync_args. 'len' is size_t, not int.
This commit is contained in:
parent
a0cf818670
commit
c899450b21
@ -463,7 +463,7 @@ ommap(td, uap)
|
||||
#ifndef _SYS_SYSPROTO_H_
|
||||
struct msync_args {
|
||||
void *addr;
|
||||
int len;
|
||||
size_t len;
|
||||
int flags;
|
||||
};
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user