From owner-freebsd-hackers Sun Nov 29 16:57:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA25183 for freebsd-hackers-outgoing; Sun, 29 Nov 1998 16:57:05 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from thelab.hub.org (nat1001.mpoweredpc.net [142.177.191.239]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA25178 for ; Sun, 29 Nov 1998 16:57:03 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.1/8.9.1) with ESMTP id UAA13108 for ; Sun, 29 Nov 1998 20:56:12 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sun, 29 Nov 1998 20:56:12 -0400 (AST) From: The Hermit Hacker To: freebsd-hackers@FreeBSD.ORG Subject: SIGPOLL? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi... I'm working on getting Cyrus' ACAP server up, and it appears to use a 'SIGPOLL' signal, which, under Solaris, is defined as: #define SIGPOLL 22 /* pollable event occured */ Looking through sys/signal.h, we don't appear to have anything similar, other then that our signal 22 is: #define SIGTTOU 22 /* like TTIN for output if (tp->t_local<OSTOP)*/ Which doesn't sound like a replacement to me... Anyone have an idea of what I want to do to fix/replace this? Thanks... Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message