Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: simonb
Date: Wed Jun 7 01:49:14 UTC 2000
Modified Files:
syssrc/sys/arch/alpha/include: lock.h
Log Message:
In __cpu_simple_lock_try(), use "return (v0 != 0);" instead of
"return (v0);" where v0 is an unsigned long and the function return
type is int. Stops lint warnings when this file is included.
Fix from Jason Thorpe.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/alpha/include/lock.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index