From: Artur Frysiak Date: Sun, 25 Feb 2007 21:15:35 +0000 (+0000) Subject: - don't include linux/un.h X-Git-Tag: auto/th/collectd-4_5_0-1~31 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcollectd.git;a=commitdiff_plain;h=c23fab9488b9733f5c8689bb7ff07e3a2ac6cf02 - don't include linux/un.h Changed files: collectd-include.patch -> 1.1 --- diff --git a/collectd-include.patch b/collectd-include.patch new file mode 100644 index 0000000..6090e14 --- /dev/null +++ b/collectd-include.patch @@ -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 + #elif HAVE_SYS_UN_H + # include