summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-04-28 08:40:13 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-05-03 13:17:45 +0200
commit300afd2bc0438e0be7a8eb83ecbda466510e8227 (patch)
tree7560e47ab7143983575d159ef1123387ff84a8a3 /patches
parent345e0dbceb9dfdad489f866fb7ce1a244d4d48a9 (diff)
downloadptxdist-300afd2bc0438e0be7a8eb83ecbda466510e8227.tar.gz
ptxdist-300afd2bc0438e0be7a8eb83ecbda466510e8227.tar.xz
[ifplugd] patch cleanup
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/ifplugd-0.28/ifplugd-fix-include.diff28
1 files changed, 10 insertions, 18 deletions
diff --git a/patches/ifplugd-0.28/ifplugd-fix-include.diff b/patches/ifplugd-0.28/ifplugd-fix-include.diff
index 93261ed6c..4e305ee77 100644
--- a/patches/ifplugd-0.28/ifplugd-fix-include.diff
+++ b/patches/ifplugd-0.28/ifplugd-fix-include.diff
@@ -1,22 +1,14 @@
-#
-# 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.
-#
+From: Ladislav Michl <ladis@linux-mips.org>
+Subject: Compilation fails because of kernel header inclusion
+Fixes the following 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
+
+Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
+---
--- 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 @@