Module Name: src Committed By: rin Date: Thu Mar 14 00:36:06 UTC 2019
Modified Files: src/lib/libcurses: get_wch.c getch.c Log Message: Rename global variable "state" to "_cursesi_state". Until now, if application happens to have a global variable of the same name, it was overridden by curses routines. This is the scenario in which aspell crashes when linked to our curses, reported in pkg/44005. We need to wipe out global/static variables like "_cursesi_state" or "wstate" for thread safety. But it would be a future task... XXX pullup to netbsd-8 and netbsd-7 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libcurses/get_wch.c cvs rdiff -u -r1.70 -r1.71 src/lib/libcurses/getch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.