summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/plan9port/patch/0004-Fix-sys-termios.h-include-to-termios.h.patch25
-rw-r--r--core/plan9port/rev2
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