Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 09/28/1999 17:34:40
Module Name:	basesrc
Committed By:	simonb
Date:		Wed Sep 29 00:34:39 UTC 1999

Modified Files:
	basesrc/lib/libcurses: curses.h

Log Message:
Change attr in __LDATA from a char to an int.  Fixes a few annoying
screen update problems (particularly on the pmax, sparc and alpha,
and i386 to a lesser extent).  It seems that because __LDATA wasn't a
fully packed structure (and hashes to check for screen updates hashed
unused areas in the structure as well) that under some circumstances the
compiler filled the unused areas with garbage.

Doesn't break binary compatibiliy - no shared library version number
changes.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 basesrc/lib/libcurses/curses.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.