$NetBSD: patch-ah,v 1.1 2000/02/07 03:18:12 christos Exp $ --- fep_glob.h.orig Sun Aug 28 01:36:43 1988 +++ fep_glob.h Sun Feb 6 21:01:37 2000 @@ -29,6 +29,11 @@ * tty control caracters. * defined in fep_main.c */ +#ifdef TERMIOS +extern struct termios initial_ttymode; +#elif defined(TIOCSETN) extern struct tchars tchars_buf; extern struct ltchars ltchars_buf; extern struct sgttyb initial_ttymode; +#endif +