Author: wiget Date: Sun Feb 25 21:15:40 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - don't include linux/un.h
---- Files affected: SOURCES: collectd-include.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/collectd-include.patch diff -u /dev/null SOURCES/collectd-include.patch:1.1 --- /dev/null Sun Feb 25 22:15:40 2007 +++ SOURCES/collectd-include.patch Sun Feb 25 22:15:35 2007 @@ -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> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
