Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/08/2004 19:35:30
Module Name: src
Committed By: he
Date: Tue Jun 8 19:35:30 UTC 2004
Modified Files:
src/sys/kern: kern_sig.c
Log Message:
PAGE_SIZE is apparently not a constant on the sparc port, so don't
use it in a static initializer. Instead, initialize in signal_init().
To generate a diff of this commit:
cvs rdiff -r1.196 -r1.197 src/sys/kern/kern_sig.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.