From: Kirk McKusick Date: Sat, 22 Jan 1994 14:45:21 +0000 (-0800) Subject: get rid of extraneous ifdef's X-Git-Tag: BSD-4_4_Lite1-Snapshot-Development~732 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/093021f06a30556dd3f43bd63e2308f4e163e11a get rid of extraneous ifdef's SCCS-vsn: sys/sys/tty.h 8.6 --- diff --git a/usr/src/sys/sys/tty.h b/usr/src/sys/sys/tty.h index 0603d8e3bb..c912a4a463 100644 --- a/usr/src/sys/sys/tty.h +++ b/usr/src/sys/sys/tty.h @@ -9,7 +9,7 @@ * * %sccs.include.redist.c% * - * @(#)tty.h 8.5 (Berkeley) %G% + * @(#)tty.h 8.6 (Berkeley) %G% */ #include @@ -51,10 +51,8 @@ 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)); -#endif /* Set hardware state. */ int (*t_param) __P((struct tty *, struct termios *)); void *t_sc; /* XXX: net/if_sl.c:sl_softc. */