mpcc ports hang with TS_BUSY; bug report 4.3BSD-tahoe/sys/23
[unix-history] / usr / src / sys / kern / tty_conf.c
index a443226..9e29caf 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)tty_conf.c  7.1 (Berkeley) %G%
+ *     @(#)tty_conf.c  7.2 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -56,7 +56,7 @@ struct        linesw linesw[] =
 #endif
 #if NSL > 0
        slopen, slclose, nodev, nodev, sltioctl,
 #endif
 #if NSL > 0
        slopen, slclose, nodev, nodev, sltioctl,
-       slinput, nodev, nulldev, slstart, nulldev,      /* 4- SLIPDISC */
+       slinput, nodev, nulldev, slstart, nullmodem,    /* 4- SLIPDISC */
 #else
        nodev, nodev, nodev, nodev, nodev,
        nodev, nodev, nodev, nodev, nodev,
 #else
        nodev, nodev, nodev, nodev, nodev,
        nodev, nodev, nodev, nodev, nodev,