Subject: CVS commit: [netbsd-1-6] src/sys/kern
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 10/22/2003 06:15:50
Module Name: src
Committed By: jmc
Date: Wed Oct 22 06:15:50 UTC 2003
Modified Files:
src/sys/kern [netbsd-1-6]: kern_exit.c
Log Message:
Pullup rev 1.96 (requested by junyoung in ticket #1533)
Move the call up exit hooks before curproc = NULL so that we can
use lockmgr in exit hooks.
To generate a diff of this commit:
cvs rdiff -r1.93.6.1 -r1.93.6.2 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.