Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/07/2005 00:01:32
Module Name:	src
Committed By:	christos
Date:		Thu Jul  7 00:01:32 UTC 2005

Modified Files:
	src/sys/kern: tty.c

Log Message:
Allow F{G,S}OWN to succeed on a tty that has no session associated with it,
and it is not the controlling tty. This change allows us to use SIGIO on
a non-controlling tty (eg. debug ntpd with a refclock on a tty).


To generate a diff of this commit:
cvs rdiff -r1.173 -r1.174 src/sys/kern/tty.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.