mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
vncs: bind devswap also for memory(1), this used to be in devcons
This commit is contained in:
parent
dc593372bf
commit
7a503757b1
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue