mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +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:
parent
f2808dd02f
commit
da74e54d4c
@ -1,5 +1,9 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
|
2006-04-11
|
||||||
|
* Removed sa_restorer crap (may fix some compile errors for some
|
||||||
|
people)
|
||||||
|
|
||||||
2006-04-07
|
2006-04-07
|
||||||
* Added patch for adt746x fan/cpu speed for kernel >=2.6.12
|
* Added patch for adt746x fan/cpu speed for kernel >=2.6.12
|
||||||
|
|
||||||
|
@ -216,9 +216,6 @@ mpd_Connection *mpd_newConnection(const char *host, int port,
|
|||||||
sapipe.sa_handler = mpd_signalHandler;
|
sapipe.sa_handler = mpd_signalHandler;
|
||||||
// sapipe.sa_mask = 0;
|
// sapipe.sa_mask = 0;
|
||||||
sapipe.sa_flags = 0;
|
sapipe.sa_flags = 0;
|
||||||
#ifdef __linux__
|
|
||||||
sapipe.sa_restorer = NULL;
|
|
||||||
#endif /* __linux__ */
|
|
||||||
sigaction(SIGPIPE,&sapipe,NULL);
|
sigaction(SIGPIPE,&sapipe,NULL);
|
||||||
|
|
||||||
/* connect stuff */
|
/* connect stuff */
|
||||||
|
Loading…
Reference in New Issue
Block a user