ignore tstp
This commit is contained in:
parent
33488b09cb
commit
c042e61ec7
1 changed files with 3 additions and 1 deletions
|
|
@ -212,7 +212,9 @@ ignorepipe(void *v, char *s)
|
||||||
USED(v);
|
USED(v);
|
||||||
if(strcmp(s, "sys: write on closed pipe") == 0)
|
if(strcmp(s, "sys: write on closed pipe") == 0)
|
||||||
return 1;
|
return 1;
|
||||||
fprint(2, "%T note: %s\n", s);
|
if(strcmp(s, "sys: tstp") == 0)
|
||||||
|
return 1;
|
||||||
|
fprint(2, "9pserve %s: %T note: %s\n", addr, s);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue