mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
factotum: avoid notes after backgrounding
R=rsc http://codereview.appspot.com/220043
This commit is contained in:
parent
c77d5b8e1c
commit
5bc64a9422
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ threadmain(int argc, char *argv[])
|
|||
char *mtpt;
|
||||
char err[ERRMAX];
|
||||
|
||||
rfork(RFNOTEG);
|
||||
|
||||
/* mtpt = "/mnt"; */
|
||||
mtpt = nil;
|
||||
owner = getuser();
|
||||
|
|
Loading…
Reference in a new issue