get rid of extraneous ifdef's
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 22 Jan 1994 14:45:21 +0000 (06:45 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 22 Jan 1994 14:45:21 +0000 (06:45 -0800)
SCCS-vsn: sys/sys/tty.h 8.6

usr/src/sys/sys/tty.h

index 0603d8e..c912a4a 100644 (file)
@@ -9,7 +9,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)tty.h       8.5 (Berkeley) %G%
+ *     @(#)tty.h       8.6 (Berkeley) %G%
  */
 
 #include <sys/termios.h>
  */
 
 #include <sys/termios.h>
@@ -51,10 +51,8 @@ struct tty {
        struct  winsize t_winsize;      /* Window size. */
                                        /* Start output. */
        void    (*t_oproc) __P((struct tty *));
        struct  winsize t_winsize;      /* Window size. */
                                        /* Start output. */
        void    (*t_oproc) __P((struct tty *));
-#ifdef sun4c
                                        /* Stop output. */
        void    (*t_stop) __P((struct tty *, int));
                                        /* Stop output. */
        void    (*t_stop) __P((struct tty *, int));
-#endif
                                        /* Set hardware state. */
        int     (*t_param) __P((struct tty *, struct termios *));
        void    *t_sc;                  /* XXX: net/if_sl.c:sl_softc. */
                                        /* Set hardware state. */
        int     (*t_param) __P((struct tty *, struct termios *));
        void    *t_sc;                  /* XXX: net/if_sl.c:sl_softc. */