]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r263809
authorray <ray@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 3 Apr 2014 11:59:04 +0000 (11:59 +0000)
committerray <ray@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 3 Apr 2014 11:59:04 +0000 (11:59 +0000)
commit4404f471073e86c2de07769cc237f55de8b9dbb6
tree15c12339158d5a61a393e20e74720448aa0b3d8b
parent3284f7256c2530575f327fe6cfae6373568da8ad
MFC r263809

Fix crash on resume in vt(9).
Statically allocated terminal window have not initialized callout handler, so we
have to initialize it even for existing window if it is console window.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@264071 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/vt/vt_core.c