mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Merged from sys/dev/syscons/syscons.c revision 1.344.
This commit is contained in:
parent
78a9e97b3a
commit
87cd59ec7c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64020
@ -2975,7 +2975,8 @@ next_code:
|
||||
if (!(c & RELKEY))
|
||||
sc_touch_scrn_saver();
|
||||
|
||||
random_harvest(&c, sizeof(c), 1, 0, RANDOM_KEYBOARD);
|
||||
if (!(flags & SCGETC_CN))
|
||||
random_harvest(&c, sizeof(c), 1, 0, RANDOM_KEYBOARD);
|
||||
|
||||
if (scp->kbd_mode != K_XLATE)
|
||||
return KEYCHAR(c);
|
||||
|
Loading…
Reference in New Issue
Block a user