summaryrefslogtreecommitdiffstats
path: root/patches/ifplugd-0.28
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2007-12-07 11:46:27 +0000
committerLadislav Michl <ladis@linux-mips.org>2007-12-07 11:46:27 +0000
commitdbbbe2694d170df2144b5e35708d3d7265cca73e (patch)
tree9801a32e8e1ca37441c0b73cd9d0d491910dd68a /patches/ifplugd-0.28
parent2be5e2075916b0041b9ac50f1366b81f12981360 (diff)
downloadptxdist-dbbbe2694d170df2144b5e35708d3d7265cca73e.tar.gz
ptxdist-dbbbe2694d170df2144b5e35708d3d7265cca73e.tar.xz
Add canonical patch header.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7645 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches/ifplugd-0.28')
-rw-r--r--patches/ifplugd-0.28/generic/ifplugd-fix-include.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/patches/ifplugd-0.28/generic/ifplugd-fix-include.diff b/patches/ifplugd-0.28/generic/ifplugd-fix-include.diff
index ba1878b33..93261ed6c 100644
--- a/patches/ifplugd-0.28/generic/ifplugd-fix-include.diff
+++ b/patches/ifplugd-0.28/generic/ifplugd-fix-include.diff
@@ -1,3 +1,22 @@
+#
+# Submitted-By: Ladislav Michl, 2007-12-7
+# Committed-By: Ladislav Michl
+#
+# Error:
+#
+# In file included from interface.c:27:
+# /opt/crosstool/gcc-4.1.1-glibc-2.4/arm-unknown-linux-gnu/lib/gcc/arm-unknown-linux-gnu/4.1.1/../../../../arm-unknown-linux-gnu/sys-include/sys/types.h:62: error: conflicting types for 'dev_t'
+# ... etc
+#
+# Description:
+#
+# Compilation fails because of kernel header inclusion.
+#
+# State:
+#
+# fixed, Linux distributions use similar fix, upstream state unknown.
+#
+
--- ifplugd-0.28/src/interface.c 2005-01-05 01:25:31.000000000 +0100
+++ ifplugd-0.28/src/interface.c 2007-07-15 21:04:54.000000000 +0200
@@ -23,11 +23,9 @@