summaryrefslogtreecommitdiff
path: root/sys/gnu
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-12-05 20:33:57 +0000
committerBruce Evans <bde@FreeBSD.org>1995-12-05 20:33:57 +0000
commit3b8511179ee159cb4492ca631f4b8162f30429a8 (patch)
tree55293662adddc7c24c0b5711a88584b9cebdc2fa /sys/gnu
parentef6f4fab97a54a509e8f8bdc636c3cd4c9fbd21b (diff)
Notes
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/isdn/iitty.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/gnu/isdn/iitty.c b/sys/gnu/isdn/iitty.c
index 573920d4b6aa..140cc91f388b 100644
--- a/sys/gnu/isdn/iitty.c
+++ b/sys/gnu/isdn/iitty.c
@@ -1,6 +1,6 @@
-static char _ittyid[] = "@(#)$Id: iitty.c,v 1.13 1995/11/29 10:47:09 julian Exp $";
+static char _ittyid[] = "@(#)$Id: iitty.c,v 1.14 1995/11/29 14:39:12 julian Exp $";
/*******************************************************************************
- * II - Version 0.1 $Revision: 1.13 $ $State: Exp $
+ * II - Version 0.1 $Revision: 1.14 $ $State: Exp $
*
* Copyright 1994 Dietmar Friede
*******************************************************************************
@@ -10,6 +10,10 @@ static char _ittyid[] = "@(#)$Id: iitty.c,v 1.13 1995/11/29 10:47:09 julian
*
*******************************************************************************
* $Log: iitty.c,v $
+ * Revision 1.14 1995/11/29 14:39:12 julian
+ * If you're going to mechanically replicate something in 50 files
+ * it's best to not have a (compiles cleanly) typo in it! (sigh)
+ *
* Revision 1.13 1995/11/29 10:47:09 julian
* OK, that's it..
* That's EVERY SINGLE driver that has an entry in conf.c..
@@ -467,7 +471,7 @@ itydevtotty(dev_t dev)
#ifdef JREMOD
struct cdevsw ity_cdevsw =
{ ityopen, ityclose, ityread, itywrite, /*56*/
- ityioctl, nostop, nxreset, itydevtotty,/* ity */
+ ityioctl, itystop, noreset, itydevtotty,/* ity */
ttselect, nommap, NULL };
static ity_devsw_installed = 0;