Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Lex Wennmacher <wennmach@netbsd.org>
List: source-changes
Date: 11/17/1999 07:52:15
Module Name: basesrc
Committed By: wennmach
Date: Wed Nov 17 15:52:14 UTC 1999
Modified Files:
basesrc/lib/libc/gen: vis.c
Log Message:
Add some casts to u_char to get vis working again for characters > 0177
in VIS_OCTAL mode. Also, change the mask for the most significant tribble
to 03.
Reviewed by christos.
Fixes PR 8802.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/lib/libc/gen/vis.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.