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

This commit is contained in:
cinap_lenrek 2024-01-06 21:14:25 +00:00
parent dc593372bf
commit 7a503757b1

View file

@ -164,6 +164,7 @@ main(int argc, char **argv)
/* 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)