seccomp_enable(): Replace param types with correct unsigned int versions

This commit is contained in:
Albert S. 2021-04-18 13:24:49 +02:00
والد 23f697bcc9
کامیت 9df2e9ee90
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده

2
qssb.h
مشاهده پرونده

@ -410,7 +410,7 @@ static int drop_caps()
*
* @returns: 0 on success, -1 on error
*/
static int seccomp_enable(int *syscalls, int per_syscall, int default_action)
static int seccomp_enable(int *syscalls, unsigned int per_syscall, unsigned int default_action)
{
struct sock_filter filter[1024] =
{