Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/11/2003 15:00:09
Module Name:	src
Committed By:	manu
Date:		Tue Nov 11 15:00:09 UTC 2003

Modified Files:
	src/sys/compat/mach: mach_task.c

Log Message:
Fix an unitialized variable bug that caused a crash in mach_task_suspend().
While we are there, resolved another mystery: the unallocated port described
in the comment removed by this commit was in fact allocated by mach_task_pid().


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/compat/mach/mach_task.c

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