mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
added stub free_all_processes so freebsd can link conky
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@420 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
cee0fa005a
commit
ad9f6f92e4
@ -740,4 +740,10 @@ char *get_apm_battery_time()
|
||||
|
||||
return out;
|
||||
}
|
||||
|
||||
/* empty stub so conky links */
|
||||
void free_all_processes( void )
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user