send_fd
if (send_fd(privsep_sock[1], s) < 0)
if (send_fd(privsep_sock[1], s) < 0)
if (send_fd(privsep_sock[0], s) < 0) {
static int send_fd(int, int);
void send_fd(int, int);
send_fd(socks[0], fd);
send_fd(s[0], fd);