Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2003 02:23:47 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern tty_tty.c
Message-ID:  <200301191023.h0JANlF2085126@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/01/19 02:23:47 PST

  Modified files:
    sys/kern             tty_tty.c 
  Log:
  When we use DEVFS, we don't need the /dev/tty pseudo-driver to do
  more than return ENXIO from its open routine, so most of this file
  is unneeded.
  
  A straight #ifdef'ing would look quite messy, and make the file
  quite unreadable, so instead I have simply added the DEVFS version
  of the file at the top, protected by #ifndef NODEVFS.
  
  Once we have removed NODEVFS option, we can retain 86 the 86 lines at
  the top and drop the other 287 lines.
  
  Revision  Changes    Path
  1.45      +89 -0     src/sys/kern/tty_tty.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?200301191023.h0JANlF2085126>