Subject: CVS commit: src/lib/libc/stdio
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 12/30/2003 22:10:20
Module Name: src
Committed By: martin
Date: Tue Dec 30 22:10:20 UTC 2003
Modified Files:
src/lib/libc/stdio: vfscanf.c
Log Message:
Add support for scanf "hh" format modifiers - we use it in int_fmtio.h
for SCNd8 and friends - so we should support it properly (and not only
by pure luck on alignment blind little endian archs - it used the
"h" code path, storing a 16bit int via a byte pointer).
This makes sparc64 pass regress/lib/libc/int_fmtio.
To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/lib/libc/stdio/vfscanf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.