]> git.pld-linux.org Git - packages/collectd.git/blob - collectd-include.patch
- rel.5 - notify_email, nut and postgresql modules separated
[packages/collectd.git] / collectd-include.patch
1 --- collectd-3.11.2/src/email.c.wig     2007-02-25 16:45:03.000000000 +0100
2 +++ collectd-3.11.2/src/email.c 2007-02-25 16:46:46.000000000 +0100
3 @@ -56,7 +56,7 @@
4  #endif /* HAVE_SYS_SOCKET_H */
5  
6  /* *sigh* glibc does not define UNIX_PATH_MAX in sys/un.h ... */
7 -#if HAVE_LINUX_UN_H
8 +#if 0
9  #      include <linux/un.h>
10  #elif HAVE_SYS_UN_H
11  #      include <sys/un.h>
This page took 0.035271 seconds and 3 git commands to generate.