diff --git a/ChangeLog b/ChangeLog index d40891b5..3e4b59a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # $Id$ +2006-04-11 + * Removed sa_restorer crap (may fix some compile errors for some + people) + 2006-04-07 * Added patch for adt746x fan/cpu speed for kernel >=2.6.12 diff --git a/src/libmpdclient.c b/src/libmpdclient.c index 9b6a31c6..cc8868d3 100644 --- a/src/libmpdclient.c +++ b/src/libmpdclient.c @@ -216,9 +216,6 @@ mpd_Connection *mpd_newConnection(const char *host, int port, sapipe.sa_handler = mpd_signalHandler; // sapipe.sa_mask = 0; sapipe.sa_flags = 0; -#ifdef __linux__ - sapipe.sa_restorer = NULL; -#endif /* __linux__ */ sigaction(SIGPIPE,&sapipe,NULL); /* connect stuff */