Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/arch
Module Name: src
Committed By: mrg
Date: Thu May 11 00:34:44 UTC 2006
Modified Files:
src/lib/libc/arch/i386/gen: makecontext.c
src/lib/libc/arch/sparc64/gen: makecontext.c
Log Message:
in makecontext(), sp is unsigned * so don't assign signed *'s to it.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/arch/i386/gen/makecontext.c
cvs rdiff -r1.2 -r1.3 src/lib/libc/arch/sparc64/gen/makecontext.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