Searched refs:caphead (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c168 struct __user_cap_header_struct caphead; local
176 memset(&caphead, 0, sizeof(caphead));
177 caphead.version = _LINUX_CAPABILITY_VERSION;
178 caphead.pid = 0;
187 if (syscall(SYS_capset, &caphead, &cap) < 0) {

Completed in 9 milliseconds