From c7665f2c8a1d7efb8cc853e697dfe8c0de55d014 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 10 Dec 2016 23:56:11 -0800 Subject: plan9port: Fix termios.h include --- ...04-Fix-sys-termios.h-include-to-termios.h.patch | 25 ++++++++++++++++++++++ core/plan9port/rev | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 core/plan9port/patch/0004-Fix-sys-termios.h-include-to-termios.h.patch 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 +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 + #include +-#include ++#include + + 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 -- cgit v1.2.3