Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netisdn remove ttydefchars declaration which was wrong a...



details:   https://anonhg.NetBSD.org/src/rev/dd68993f69f6
branches:  trunk
changeset: 540348:dd68993f69f6
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Dec 10 13:50:10 2002 +0000

description:
remove ttydefchars declaration which was wrong anyway,
a correct one is now pulled in from <sys/ttydefaults.h>

diffstat:

 sys/netisdn/i4b_rbch.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 785d2f3a37a3 -r dd68993f69f6 sys/netisdn/i4b_rbch.c
--- a/sys/netisdn/i4b_rbch.c    Tue Dec 10 13:44:47 2002 +0000
+++ b/sys/netisdn/i4b_rbch.c    Tue Dec 10 13:50:10 2002 +0000
@@ -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 @@
 #endif
 
 #if defined (__NetBSD__) || defined (__OpenBSD__)
-extern cc_t ttydefchars;
 #define termioschars(t) memcpy((t)->c_cc, &ttydefchars, sizeof((t)->c_cc))
 #endif
 



Home | Main Index | Thread Index | Old Index