summaryrefslogtreecommitdiff
path: root/cad/magic/files/patch-textio__textioInt.h
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-02-19 23:25:01 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-02-19 23:25:01 +0000
commit55b3cd6fc6c0010e7dd026c8d9213371a3d2c1bd (patch)
tree45f08a3faf56c3b8dfb01e15d8b693216687892d /cad/magic/files/patch-textio__textioInt.h
parent- Update to 3.7.27 (diff)
- Update to 7.5.124
PR: 164986 Submitted by: Ports Fury
Diffstat (limited to 'cad/magic/files/patch-textio__textioInt.h')
-rw-r--r--cad/magic/files/patch-textio__textioInt.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/magic/files/patch-textio__textioInt.h b/cad/magic/files/patch-textio__textioInt.h
new file mode 100644
index 000000000000..617b0d415dba
--- /dev/null
+++ b/cad/magic/files/patch-textio__textioInt.h
@@ -0,0 +1,11 @@
+--- textio/textioInt.h.orig 2006-04-11 07:03:13.000000000 +0900
++++ textio/textioInt.h 2012-01-17 02:37:35.000000000 +0900
+@@ -41,7 +41,7 @@
+ #define TX_CMD_PROMPT ":"
+
+ /* all of the state associated with a tty terminal */
+-#if !defined(SYSV) && !defined(CYGWIN)
++#if !defined(SYSV) && !defined(CYGWIN) && !defined(__FreeBSD__)
+ typedef struct {
+ struct sgttyb tx_i_sgtty;
+ struct tchars tx_i_tchars;