1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

bye bye sa_restorer

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@619 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2006-04-11 23:28:32 +00:00
parent f2808dd02f
commit da74e54d4c
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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 */