--- src/network.c.orig 2009-10-12 16:50:04.000000000 +0400 +++ src/network.c 2009-11-09 02:38:52.000000000 +0300 @@ -135,7 +135,6 @@ ignore.sa_handler = SIG_IGN; ignore.sa_flags = 0; - ignore.sa_restorer = NULL; sigemptyset(&ignore.sa_mask); sigaction(SIGPIPE, &ignore, NULL);