Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/06/2003 09:30:13
Module Name:	src
Committed By:	dsl
Date:		Thu Nov  6 09:30:13 UTC 2003

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

Log Message:
Ensure that the controlling tty is unlinked from the session and pgrp.
Due to the way the console is handled, neither the revoke() nor vrele()
is guaranteed to be seen by the real, underlying tty.


To generate a diff of this commit:
cvs rdiff -r1.126 -r1.127 src/sys/kern/kern_exit.c

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