[1796] in Kerberos

home help back first fref pref prev next nref lref last post

SIGURG on S5R3

daemon@ATHENA.MIT.EDU (Greg Hackney)
Thu Mar 5 16:56:33 1992

To: comp-protocols-kerberos@shelby.stanford.edu
Date: Thu, 5 Mar 92 14:49:28 CST
From: Greg Hackney <hackney@wotan.compaq.com>


I'm trying to kerberize the BSD ftpd.c code onto an Interactive 2.2 machine,
and having trouble with this line of code:

        if ((int)signal(SIGURG, myoob) < 0)

According to TFM, signal(2) in my release of S5R3 doesn't support SIGURG.
Is there a streams based counterpart?

I was suspecting it might be something like this:

        ioctl(s,I_SETSIG, S_HIPRI);
	signal(SIGPOLL, myoob);

But that doesn't seem to work.
-- 
Greg Hackney                        Compaq Computer Corporation
hackney@compaq.com                  Houston, Texas


home help back first fref pref prev next nref lref last post