shithub: riscv

Download patch

ref: 7a503757b1251c2746df7bdcd891814c1518cc28
parent: dc593372bfc4224c6cf91d2031d0ad0aeadaddfe
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Jan 6 16:14:25 EST 2024

vncs: bind devswap also for memory(1), this used to be in devcons

--- a/sys/src/cmd/vnc/vncs.c
+++ b/sys/src/cmd/vnc/vncs.c
@@ -164,6 +164,7 @@
 	/* rebuild /dev because the underlying connection might go away (ick) */
 	unmount(nil, "/dev");
 	bind("#c", "/dev", MREPL);
+	bind("#¶", "/dev", MAFTER);
 
 	/* mount exporter */
 	if(mounter("/dev", MBEFORE, fd, exnum) < 0)