funix
int ch_options, errs, f, funix, *finet, i, lfd, socket_debug;
funix = socket(AF_UNIX, SOCK_STREAM, 0);
if (funix < 0) {
if (bind(funix, (struct sockaddr *)&un, SUN_LEN(&un)) < 0) {
FD_SET(funix, &defreadfds);
listen(funix, 5);
if (FD_ISSET(funix, &readfds)) {
s = accept(funix,
close(funix);
STAILQ_ENTRY(funix) next;
struct funix funix_secure = { -1, _PATH_LOG_PRIV, S_IRUSR | S_IWUSR,
struct funix funix_default = { -1, _PATH_LOG, DEFFILEMODE,
STAILQ_HEAD(, funix) funixes = { &funix_default,
struct funix *fx;
struct funix *fx, *fx1;
if ((fx = malloc(sizeof(struct funix))) == NULL)
STAILQ_REMOVE(&funixes, fx, funix, next);