Fix rc not to bus error on Mac OS X.

Don't print about child notes either.
This commit is contained in:
rsc 2004-03-04 02:36:36 +00:00
parent 1ae0de511a
commit 0b91799791
3 changed files with 14 additions and 3 deletions

View file

@ -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: