diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 16:55:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 16:55:29 +0100 |
commit | f3bea317e2a6ec0c7a9d1e14c66b5a31f1fb8294 (patch) | |
tree | 41e94b1dd24f6e3491689d863409e51e605b40d4 /package/xterm/patches/patch-xterm_io_h | |
parent | b59da8fc7b46ee62cbe9eb97a05c8a0f1ab75593 (diff) | |
parent | 79be206de9335752c6355995961b69846c641410 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xterm/patches/patch-xterm_io_h')
-rw-r--r-- | package/xterm/patches/patch-xterm_io_h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xterm/patches/patch-xterm_io_h b/package/xterm/patches/patch-xterm_io_h new file mode 100644 index 000000000..3ca39b3f6 --- /dev/null +++ b/package/xterm/patches/patch-xterm_io_h @@ -0,0 +1,11 @@ +--- xterm-297.orig/xterm_io.h 2013-01-06 16:20:45.000000000 +0100 ++++ xterm-297/xterm_io.h 2013-10-30 17:21:10.000000000 +0100 +@@ -66,7 +66,7 @@ + #endif + + #ifdef linux +-#define USE_TERMIOS ++#define USE_POSIX_TERMIOS + #endif + + #ifdef __SCO__ |