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