Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2009 09:50:13 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern tty.c tty_pts.c
Message-ID:  <200903010950.n219oM8M064300@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-03-01 09:50:13 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty.c tty_pts.c 
  Log:
  SVN rev 189222 on 2009-03-01 09:50:13Z by ed
  
  Improve my previous changes to the TTY code: also remove memcpy().
  
  It's better to just use internal language constructs, because it is
  likely the compiler has a better opinion on whether to perform inlining,
  which is very likely to happen to struct winsize.
  
  Submitted by:   Christoph Mallon <christoph mallon gmx de>
  
  Revision  Changes    Path
  1.311     +5 -5      src/sys/kern/tty.c
  1.30      +1 -1      src/sys/kern/tty_pts.c



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