diff options
| author | Michael Forney <mforney@mforney.org> | 2016-12-10 23:56:11 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-12-10 23:56:11 -0800 |
| commit | c7665f2c8a1d7efb8cc853e697dfe8c0de55d014 (patch) | |
| tree | 94ace100ba45faa4bbbf6e055e59043d9de6ac3a /core | |
| parent | a34fd0964eae0aacf3ef22e0427158b8cbfd8f78 (diff) | |
plan9port: Fix termios.h include
Diffstat (limited to 'core')
| -rw-r--r-- | core/plan9port/patch/0004-Fix-sys-termios.h-include-to-termios.h.patch | 25 | ||||
| -rw-r--r-- | core/plan9port/rev | 2 |
2 files changed, 26 insertions, 1 deletions
diff --git a/core/plan9port/patch/0004-Fix-sys-termios.h-include-to-termios.h.patch b/core/plan9port/patch/0004-Fix-sys-termios.h-include-to-termios.h.patch new file mode 100644 index 00000000..0de91323 --- /dev/null +++ b/core/plan9port/patch/0004-Fix-sys-termios.h-include-to-termios.h.patch @@ -0,0 +1,25 @@ +From 0af022a4cef553bf2b09bdc6079d22adef7164ad Mon Sep 17 00:00:00 2001 +From: Michael Forney <mforney@mforney.org> +Date: Sat, 10 Dec 2016 23:54:51 -0800 +Subject: [PATCH] Fix sys/termios.h include to termios.h + +--- + src/lib9/readcons.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/lib9/readcons.c b/src/lib9/readcons.c +index 8de44b8f..289f0f3b 100644 +--- a/src/lib9/readcons.c ++++ b/src/lib9/readcons.c +@@ -2,7 +2,7 @@ + #define NOPLAN9DEFINES + #include <libc.h> + #include <termios.h> +-#include <sys/termios.h> ++#include <termios.h> + + static int + rawx(int fd, int echoing) +-- +2.11.0 + diff --git a/core/plan9port/rev b/core/plan9port/rev index d00491fd..0cfbf088 100644 --- a/core/plan9port/rev +++ b/core/plan9port/rev @@ -1 +1 @@ -1 +2 |
