summaryrefslogtreecommitdiff
path: root/cad/magic/files/patch-textio__textioInt.h
blob: e7745fdfc40bdde810e4e26fd495a491cd6d482b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- textio/textioInt.h.orig	2025-02-24 07:00:02 UTC
+++ textio/textioInt.h
@@ -43,7 +43,7 @@ typedef struct {
 #define TX_CMD_PROMPT	":"
 
 /* all of the state associated with a tty terminal */
-#if !defined(SYSV) && !defined(CYGWIN) && !defined(__OpenBSD__) && !defined(EMSCRIPTEN)
+#if !defined(SYSV) && !defined(CYGWIN) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(EMSCRIPTEN)
 typedef struct {
     struct sgttyb tx_i_sgtty;
     struct tchars tx_i_tchars;