cvs commit: src/sys/sys conf.h linedisc.h tty.h

Poul-Henning Kamp phk at FreeBSD.org
Fri Jun 4 15:25:37 GMT 2004


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


More information about the cvs-src mailing list