mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
kdump: sendfile(2) "flags" argument needs casting on 64-bit platforms.
MFC after: 1 week Sponsored by: Nginx, Inc.
This commit is contained in:
parent
271aa1089b
commit
723ea6bc93
1 changed files with 1 additions and 1 deletions
|
|
@ -1155,7 +1155,7 @@ ktrsyscall(struct ktr_syscall *ktr, u_int flags)
|
|||
print_number(ip, narg, c);
|
||||
print_number(ip, narg, c);
|
||||
putchar(',');
|
||||
sendfileflagsname(*ip);
|
||||
sendfileflagsname(*(int *)ip);
|
||||
ip++;
|
||||
narg--;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue