Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/10/2003 21:18:57
Module Name: src
Committed By: drochner
Date: Mon Feb 10 19:18:57 UTC 2003
Modified Files:
src/sys/kern: kern_timeout.c
Log Message:
replace &(a?b:c) by (a?&b:&c), so that it looks more like an lvalue
(to lint at least)
approved by thorpej
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/kern/kern_timeout.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.