Subject: CVS commit: src/lib/libc/arch
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/11/2006 00:34:44
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.