summaryrefslogtreecommitdiff
path: root/mail/mush/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mush/patches/patch-aa')
-rw-r--r--mail/mush/patches/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/mush/patches/patch-aa b/mail/mush/patches/patch-aa
new file mode 100644
index 00000000000..32db031d4ef
--- /dev/null
+++ b/mail/mush/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 1998/09/04 18:33:46 christos Exp $
+
+*** old/curs_io.c Fri Sep 4 11:22:07 1998
+--- curs_io.c Fri Sep 4 11:21:28 1998
+***************
+*** 56,62 ****
+ if (is_tty)
+ savetty();
+
+! #if defined(SYSV) || defined(AIX)
+ eofc = _tty.c_cc[VEOF];
+ #else
+ #ifdef BSD
+--- 56,62 ----
+ if (is_tty)
+ savetty();
+
+! #if defined(SYSV) || defined(AIX) || defined(POSIX)
+ eofc = _tty.c_cc[VEOF];
+ #else
+ #ifdef BSD