[603] in Kerberos-V5-bugs
Re: Kpropd
daemon@ATHENA.MIT.EDU ("Mark W. Eichin")
Tue Jul 26 16:27:27 1994
Date: Tue, 26 Jul 94 16:26:09 EDT
From: eichin@MIT.EDU ("Mark W. Eichin")
To: "Anthony J. Lill" <ajlill@ajlc.waterloo.on.ca>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: "[600] in Kerberos-V5-bugs"
I put the #define BSD_COMP so that sys/ioctl would actually define
TIOCNOTTY. That has nothing to do with setsid.
In any case, that code has been changed to use daemon() which is
provided in lib/krb5/posix, and which doesn't include sys/ioctl.h (and
simply doesn't do the TIOCNOTTY if it can't find it -- which may or
may not be a bug) but tests for setsid() seperately.
_Mark_