remove ttydefchars declaration which was wrong anyway,
a correct one is now pulled in from <sys/ttydefaults.h>
This commit is contained in:
parent
725a6aebf7
commit
cc12f9fb4e
|
@ -27,7 +27,7 @@
|
|||
* i4b_rbch.c - device driver for raw B channel data
|
||||
* ---------------------------------------------------
|
||||
*
|
||||
* $Id: i4b_rbch.c,v 1.12 2002/11/26 19:49:00 christos Exp $
|
||||
* $Id: i4b_rbch.c,v 1.13 2002/12/10 13:50:10 drochner Exp $
|
||||
*
|
||||
* $FreeBSD$
|
||||
*
|
||||
|
@ -36,7 +36,7 @@
|
|||
*---------------------------------------------------------------------------*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: i4b_rbch.c,v 1.12 2002/11/26 19:49:00 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: i4b_rbch.c,v 1.13 2002/12/10 13:50:10 drochner Exp $");
|
||||
|
||||
#include "isdnbchan.h"
|
||||
|
||||
|
@ -59,7 +59,6 @@ __KERNEL_RCSID(0, "$NetBSD: i4b_rbch.c,v 1.12 2002/11/26 19:49:00 christos Exp $
|
|||
#endif
|
||||
|
||||
#if defined (__NetBSD__) || defined (__OpenBSD__)
|
||||
extern cc_t ttydefchars;
|
||||
#define termioschars(t) memcpy((t)->c_cc, &ttydefchars, sizeof((t)->c_cc))
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue