Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 1999 10:32:35 -0700 (PDT)
From:      Kazutaka YOKOTA <yokota@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/syscons syscons.c
Message-ID:  <199906291732.KAA12934@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      1999/06/29 10:32:34 PDT

  Modified files:        (Branch: RELENG_3)
    sys/dev/syscons      syscons.c 
  Log:
  MFC: Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),
  rather than BEFORE the call.  Otherwise the structure will be `zero'ed out
  by l_open, which actually is ttyopen(), if !TS_OPEN. (Rev.1.310)
  
  Revision  Changes    Path
  1.293.2.4 +3 -1      src/sys/dev/syscons/syscons.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906291732.KAA12934>