summaryrefslogtreecommitdiff
path: root/www/anyterm/files/patch-src-SubProcess.cc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-11-21 10:18:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-11-21 10:18:54 +0000
commitf9c065abb9059f32dd0bdd6b64160eff7e589c80 (patch)
tree12c4170825ecaa46ce7475e13ac4733f2e0af9c7 /www/anyterm/files/patch-src-SubProcess.cc
parentUpdate to 5.0.88 release. (diff)
Anyterm provides a terminal emulator on a Web page using Javascript and a
server daemon. The daemon typically runs behind an HTTP proxy; it forks a shell and communicates with the script using XMLHTTP on port 80 or securely using SSL. This provides you with shell access to your machine from almost any Web browser, even when firewalls are in the way. WWW: http://anyterm.org/ PR: ports/140740 Submitted by: Douglas Thrift
Diffstat (limited to '')
-rw-r--r--www/anyterm/files/patch-src-SubProcess.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/anyterm/files/patch-src-SubProcess.cc b/www/anyterm/files/patch-src-SubProcess.cc
new file mode 100644
index 000000000000..ba74c5317ae9
--- /dev/null
+++ b/www/anyterm/files/patch-src-SubProcess.cc
@@ -0,0 +1,10 @@
+--- src/SubProcess.cc.orig 2008-10-26 06:17:37.000000000 -0700
++++ src/SubProcess.cc 2009-11-19 23:58:03.399815119 -0800
+@@ -22,6 +22,7 @@
+ #if defined(__FreeBSD__)
+ #include <libutil.h>
+ #include <sys/ioctl.h>
++#include <termios.h>
+ #elif defined(__OpenBSD__)
+ #include <termios.h>
+ #include <util.h>