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

[ Available lists | Index of cvs-src | Month of Jun 2004 | Week of 4 Jun 2004 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Poul-Henning Kamp <phk@FreeBSD.org>
Date
4 Jun 2004 08:25:37
Subject
cvs commit: src/sys/sys conf.h linedisc.h tty.h
Message-ID
200406041525.i54FPblg088288@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.048 seconds