On Thu, 26 Aug 2010 23:06:24 +0200 (CEST), cehoyos wrote: >- struct sigaction sa = { .sa_handler = SIG_IGN }; >+ struct sigaction sa = { 0 }; >+ sa.sa_handler = SIG_IGN; so are the {} needed anymore? -compn