Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 2009 16:30:06 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/svr4 svr4_termios.c
Message-ID:  <200911281630.nASGUIG6078998@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-11-28 16:30:06 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/svr4      svr4_termios.c 
  Log:
  SVN rev 199882 on 2009-11-28 16:30:06Z by ed
  
  Include <sys/tty.h> instead of <sys/termios.h>.
  
  Right now <sys/termios.h> includes <sys/ttycom.h>, which provides the
  TTY ioctls to the svr4 code. We need both struct termios and the ioctls,
  so include <sys/tty.h> for now.
  
  Revision  Changes    Path
  1.15      +1 -1      src/sys/compat/svr4/svr4_termios.c



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