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

Modified Files:
	src/sys/miscfs/specfs: spec_vnops.c

Log Message:
When closing a process's controlling terminal, also remove the links
to the session and pgrp from the tty.  The way that the console is
handled means that the vrele() may not actually do the final close
on the tty itself.


To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 src/sys/miscfs/specfs/spec_vnops.c

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