T_LINEP member of struct tty becomes t_sc. This replaces the

#define t_sc T_LINEP
that appear in tty_tb.c, if_sl.c, and if_ppp.h
This commit is contained in:
glass 1993-11-09 06:22:08 +00:00
parent 70e18e726e
commit af72539915
4 changed files with 3 additions and 9 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)tty_tb.c 7.7 (Berkeley) 5/9/91
* $Id: tty_tb.c,v 1.5 1993/11/02 06:19:25 glass Exp $
* $Id: tty_tb.c,v 1.6 1993/11/09 06:22:08 glass Exp $
*/
#include "tb.h"
@ -46,9 +46,6 @@
#include "tablet.h"
#include "tty.h"
/*XXX*/
#define t_sc T_LINEP
/*
* Tablet configuration table.
*/

View File

@ -19,7 +19,7 @@
* Modified by Paul Mackerras (paulus@cs.anu.edu.au)
* Added PPP_MRU, sc_outm, sc_fastq, sc_bpf.
*
* $Id: if_ppp.h,v 1.2 1993/08/31 00:05:31 paulus Exp $
* $Id: if_ppp.h,v 1.3 1993/11/09 06:23:01 glass Exp $
*/
/* Portions Copyright (C) 1990 Brad K. Clements (streams support)
@ -102,8 +102,6 @@ struct ppp_softc {
#define SC_ESCAPED 0x00010000 /* saw a PPP_ESCAPE */
#define SC_FLUSH 0x00020000 /* flush input until next PPP_FLAG */
#define t_sc T_LINEP
/* this stuff doesn't belong here... */
#define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */
#define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */

View File

@ -190,7 +190,6 @@ struct sl_softc sl_softc[NSL];
#define TRANS_FRAME_END 0xdc /* transposed frame end */
#define TRANS_FRAME_ESCAPE 0xdd /* transposed frame esc */
#define t_sc T_LINEP
int sloutput(), slioctl(), ttrstrt();
void slstart();

View File

@ -1 +1 @@
revision 1.13 intentionally removed
revision 1.14 intentionally removed