Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2004 08:25:37 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys conf.h linedisc.h tty.h
Message-ID:  <200406041525.i54FPblg088288@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2004/06/04 08:25:37 PDT

  FreeBSD src repository

  Modified files:
    sys/sys              conf.h linedisc.h tty.h 
  Log:
  Move the line discipline related stuff out of <sys/conf.h> and into
  <sys/linedisc.h> (repocopied).
  
  Temporarily use a nested include from <sys/tty.h> to get <sys/linedisc.h>
  into relevant source files.
  
  Introduce a set of inline functions named ttyld_...() to invoke
  linedisc methods instead of groping around in the linesw array.
  
  Revision  Changes    Path
  1.187     +0 -35     src/sys/sys/conf.h
  1.187     +56 -279   src/sys/sys/linedisc.h
  1.76      +5 -0      src/sys/sys/tty.h



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