Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 09/25/2003 10:44:11
Module Name: src
Committed By: scw
Date: Thu Sep 25 10:44:11 UTC 2003
Modified Files:
src/sys/kern: kern_timeout.c
src/sys/sys: callout.h
Log Message:
Fix for PR kern/22933
Avoid gcc3 pointer alias bugs caused by casting between struct callout
and struct callout_circq.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/kern/kern_timeout.c
cvs rdiff -r1.18 -r1.19 src/sys/sys/callout.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.