summaryrefslogtreecommitdiff
path: root/misc/fep/patches/patch-ah
blob: 28278e6fcd656a557db17046c32656eeab019b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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
+