git: 9front

Download patch

ref: c0fedecd530af29e777f1f17e0634336d8675c79
parent: d8e920f6c26fe7949048f68ead99db0e478cf473
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)
--