summaryrefslogtreecommitdiff
path: root/mail/mmr/files/patch-terminal.cpp
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-10-26 00:27:50 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-10-26 00:27:50 +0000
commit940d110922f9f93fa1d4dc6de5b238212c67ca58 (patch)
treebf8c7ca8fc10b03d7779ca46f0a50d950148e7fd /mail/mmr/files/patch-terminal.cpp
parentMake the nmh package install nmh configuration files correctly. (diff)
C++ fixes for GCC3.
PR: 44460 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Notes
Notes: svn path=/head/; revision=68839
Diffstat (limited to '')
-rw-r--r--mail/mmr/files/patch-terminal.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/mmr/files/patch-terminal.cpp b/mail/mmr/files/patch-terminal.cpp
new file mode 100644
index 000000000000..6dfed8fe0e6d
--- /dev/null
+++ b/mail/mmr/files/patch-terminal.cpp
@@ -0,0 +1,20 @@
+--- terminal.cpp.orig Fri Oct 25 13:51:29 2002
++++ terminal.cpp Fri Oct 25 13:51:50 2002
+@@ -11,7 +11,7 @@
+ int Terminal::wasraw = 0;
+ int Terminal::maxwait = 0;
+
+-Terminal:: Terminal(int makeraw = 1)
++Terminal:: Terminal(int makeraw)
+ {
+ /* Initialize curses, if necessary */
+ if ( refcount == 0 ) {
+@@ -133,7 +133,7 @@
+
+ /* Input routines */
+ int
+-Terminal:: waitchar(WINDOW *the_win = NULL)
++Terminal:: waitchar(WINDOW *the_win)
+ {
+ int ch, t;
+