Remove the error message on interrupted accept().
commitcf54b006f8d3a664c40866d4509b28ccdcbd0002
authoretanol <etanol>
Mon, 15 Sep 2008 19:51:56 +0000 (15 21:51 +0200)
committeretanol <etanol>
Tue, 16 Sep 2008 15:29:49 +0000 (16 17:29 +0200)
tree5dee9971540f93fdd4cbad2e0ef5a2daac4423ce
parent91d21e604c46efa807b24bf121cc4b0c0c3b6387
Remove the error message on interrupted accept().

Solaris does not seem to respect SA_RESTART on SIGCHLD while blocked at
accept(); producing a "false" error message.
main-unix.c