Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 10/20/2003 07:15:26
Module Name: src
Committed By: wiz
Date: Mon Oct 20 07:15:26 UTC 2003
Modified Files:
src/sys/kern: kern_sa.c
Log Message:
sa_vp_faultaddr, sa_vp_ofaultaddr, sa_vp_stacks_low, and sa_vp_stacks_high
are vaddr_t (and thus unsigned long).
Initialize them with 0 instead of NULL.
Closes PR 23204 by Dheeraj Reddy.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/kern/kern_sa.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.