Code

Changed the max value of cache_size in types.db to handle boxes with large amounts...
[collectd.git] / src / exec.c
index 18124002b23dbdd89192024770b87753bceb3934..8d737cea0354e2490bd801c350fdac63a7dbf650 100644 (file)
  * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  *
  * Authors:
- *   Florian octo Forster <octo at verplant.org>
+ *   Florian octo Forster <octo at collectd.org>
  *   Sebastian Harl <sh at tokkee.org>
  *   Peter Holik <peter at holik.at>
  **/
 
+#define _DEFAULT_SOURCE
 #define _BSD_SOURCE /* For setgroups */
 
 #include "collectd.h"