Cleanups for 4.4BSD-Lite
[unix-history] / usr / src / sys / kern / tty_conf.c
index d560291..11e6c17 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)tty_conf.c  8.1 (Berkeley) %G%
+ *     @(#)tty_conf.c  8.2 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
 #define        ttyerrinput ((int (*) __P((int c, struct tty *)))enodev)
 #define        ttyerrstart ((int (*) __P((struct tty *)))enodev)
 
 #define        ttyerrinput ((int (*) __P((int c, struct tty *)))enodev)
 #define        ttyerrstart ((int (*) __P((struct tty *)))enodev)
 
-int    ttyopen __P((dev_t dev, struct tty *tp));
-int    ttylclose __P((struct tty *tp, int flags));
-int    ttread __P((struct tty *, struct uio *, int flags));
-int    ttwrite __P((struct tty *, struct uio *, int flags));
 int    nullioctl __P((struct tty *tp, int cmd, caddr_t data,
                        int flag, struct proc *p));
 int    nullioctl __P((struct tty *tp, int cmd, caddr_t data,
                        int flag, struct proc *p));
-int    ttyinput __P((int c, struct tty *tp));
-int    ttstart __P((struct tty *tp));
-int    ttymodem __P((struct tty *tp, int flags));
-int    nullmodem __P((struct tty *tp, int flags));
 
 #include "tb.h"
 #if NTB > 0
 
 #include "tb.h"
 #if NTB > 0