@@ -26,8 +26,7 @@ main(int argc, char *argv[])
if (getpgrp() == getpid()) {
switch (fork()) {
case -1:
weprintf("fork:");
_exit(1);
eprintf("fork:");
case 0:
break;
default:
The note is not visible to the blocked user.