From da74e54d4c50520f4ef8b4caa722e28537a15af3 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Tue, 11 Apr 2006 23:28:32 +0000 Subject: [PATCH] bye bye sa_restorer git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@619 7f574dfc-610e-0410-a909-a81674777703 --- ChangeLog | 4 ++++ src/libmpdclient.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) 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 */