]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r263809
authorray <ray@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 3 Apr 2014 12:03:30 +0000 (12:03 +0000)
committerray <ray@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 3 Apr 2014 12:03:30 +0000 (12:03 +0000)
commit39457f181a2dade17d1c20263986fd56a167ede6
treeb66f5de7b4aedea63dff8a91d0846a65d0cf3daa
parent865377e2af484b0d511c113bd640201776588a60
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/9@264072 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/vt/vt_core.c