mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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);
|
||||
if(strcmp(s, "sys: write on closed pipe") == 0)
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue