ef2e6a7dc9
to remove stuff after #endif to avoid RCS problems with patches (hi christos!).
16 lines
433 B
Text
16 lines
433 B
Text
$NetBSD: patch-ah,v 1.3 2003/11/11 10:42:32 wiz Exp $
|
|
|
|
--- fep_glob.h.orig Sun Aug 28 07:36:43 1988
|
|
+++ fep_glob.h
|
|
@@ -29,6 +29,11 @@ extern char *term_clear; /* terminal cle
|
|
* 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
|
|
+
|