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

/freebsd-9.3-release/contrib/bind9/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 41 milliseconds