summaryrefslogtreecommitdiffstats
path: root/src/cmd/9term/FreeBSD.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/9term/FreeBSD.c')
-rw-r--r--src/cmd/9term/FreeBSD.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cmd/9term/FreeBSD.c b/src/cmd/9term/FreeBSD.c
index 89f7c7b6..75a97a4a 100644
--- a/src/cmd/9term/FreeBSD.c
+++ b/src/cmd/9term/FreeBSD.c
@@ -44,3 +44,15 @@ updatewinsize(int row, int col, int dx, int dy)
ows = ws;
}
+int
+israw(int fd)
+{
+ return 0;
+}
+
+int
+setecho(int fd, int on)
+{
+ return 0;
+}
+