Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/common/lib/libc/sys
Module Name: src
Committed By: dholland
Date: Sun Jul 27 05:47:56 UTC 2008
Modified Files:
src/common/lib/libc/sys: cpuset.c
Log Message:
Don't convert cpuid_t through int while testing it for being in range.
(Might truncate it, for one thing. Also, if the shift result is < 0 the
demons have already flown out of our nose.)
Fixes some -Wsign-compare warnings.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/common/lib/libc/sys/cpuset.c
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