Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/include/opt use WSEMUL_NO_DUMB and WSEMUL_VT100
details: https://anonhg.NetBSD.org/src/rev/2c7ce17be5a1
branches: trunk
changeset: 342761:2c7ce17be5a1
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Jan 07 21:04:27 2016 +0000
description:
use WSEMUL_NO_DUMB and WSEMUL_VT100
diffstat:
sys/rump/include/opt/opt_rumpkernel.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 2d8c0909f8fc -r 2c7ce17be5a1 sys/rump/include/opt/opt_rumpkernel.h
--- a/sys/rump/include/opt/opt_rumpkernel.h Thu Jan 07 20:16:12 2016 +0000
+++ b/sys/rump/include/opt/opt_rumpkernel.h Thu Jan 07 21:04:27 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: opt_rumpkernel.h,v 1.3 2015/08/24 22:52:15 pooka Exp $ */
+/* $NetBSD: opt_rumpkernel.h,v 1.4 2016/01/07 21:04:27 pooka Exp $ */
#ifndef __NetBSD__
#define __NetBSD__
@@ -26,3 +26,6 @@
#undef PIPE_SOCKETPAIR /* would need uipc_usrreq.c */
#define PIPE_NODIRECT
+
+#define WSEMUL_NO_DUMB
+#define WSEMUL_VT100
Home |
Main Index |
Thread Index |
Old Index