]> git.pld-linux.org Git - packages/collectd.git/commitdiff
- don't include linux/un.h
authorArtur Frysiak <artur@frysiak.net>
Sun, 25 Feb 2007 21:15:35 +0000 (21:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    collectd-include.patch -> 1.1

collectd-include.patch [new file with mode: 0644]

diff --git a/collectd-include.patch b/collectd-include.patch
new file mode 100644 (file)
index 0000000..6090e14
--- /dev/null
@@ -0,0 +1,11 @@
+--- collectd-3.11.2/src/email.c.wig    2007-02-25 16:45:03.000000000 +0100
++++ collectd-3.11.2/src/email.c        2007-02-25 16:46:46.000000000 +0100
+@@ -56,7 +56,7 @@
+ #endif /* HAVE_SYS_SOCKET_H */
+ /* *sigh* glibc does not define UNIX_PATH_MAX in sys/un.h ... */
+-#if HAVE_LINUX_UN_H
++#if 0
+ #     include <linux/un.h>
+ #elif HAVE_SYS_UN_H
+ #     include <sys/un.h>
This page took 0.031886 seconds and 4 git commands to generate.