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

/bind-9.11.3/bin/named/unix/
H A Dos.c163 struct __user_cap_header_struct caphead; local
171 memset(&caphead, 0, sizeof(caphead));
172 caphead.version = _LINUX_CAPABILITY_VERSION;
173 caphead.pid = 0;
182 if (syscall(SYS_capset, &caphead, &cap) < 0) {

Completed in 227 milliseconds