Subject: CVS commit: src/sys/arch/vax/vax
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/06/2003 00:35:23
Module Name:	src
Committed By:	he
Date:		Thu Nov  6 00:35:23 UTC 2003

Modified Files:
	src/sys/arch/vax/vax: trap.c

Log Message:
Initialize 'p' to NULL, to work around that the compiler otherwise
can't know that 'p' is initialized before it's being used.

Reviewed by ragge.


To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 src/sys/arch/vax/vax/trap.c

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