From 0eb90feffd96f77dd0bc46e53947fda33d1c02fe Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 13 Sep 2005 20:58:37 +0000 Subject: Add support for the full blown versions of sysklogd and klogd --- package/sysklogd/sysklogd.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package/sysklogd/sysklogd.patch (limited to 'package/sysklogd/sysklogd.patch') diff --git a/package/sysklogd/sysklogd.patch b/package/sysklogd/sysklogd.patch new file mode 100644 index 000000000..5178ed377 --- /dev/null +++ b/package/sysklogd/sysklogd.patch @@ -0,0 +1,17 @@ +On MIPS architecture, sysklogd fails to compile because linux/module.h +depends on asmlinkage, which is defined linux/linkage.h. + +The "proper" fix to this would probably be to apply the +mips-fixed-fls-warning.patch to the linux sources, which patches +asm-mips/system.h to always include linux/linkage.h. + +--- sysklogd-1.4.1/ksym_mod.c.orig 2000-09-12 14:15:28.000000000 -0700 ++++ sysklogd-1.4.1/ksym_mod.c 2005-08-15 14:11:42.000000000 -0700 +@@ -89,6 +89,7 @@ + #include + #include + #include ++#include + #if !defined(__GLIBC__) + #include + #include -- cgit v1.2.3