Fix rc not to bus error on Mac OS X.
Don't print about child notes either.
This commit is contained in:
parent
1ae0de511a
commit
0b91799791
3 changed files with 14 additions and 3 deletions
|
|
@ -400,8 +400,8 @@ notifyf(void *unused0, char *s)
|
|||
if(strncmp(s, "sys: ", 5)!=0) interrupted=1;
|
||||
goto Out;
|
||||
}
|
||||
|
||||
pfmt(err, "rc: note: %s\n", s);
|
||||
if(strcmp(s, "sys: child") != 0)
|
||||
pfmt(err, "rc: note: %s\n", s);
|
||||
noted(NDFLT);
|
||||
return;
|
||||
Out:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue