Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 54532
Collapse All | Expand All

(-)files/sysklogd-1.4.1-2.6.headers.patch (-3 / +5 lines)
Lines 11-17 Link Here
11
11
12
--- sysklogd-1.4.1/ksym_mod.c	2000-09-12 22:15:28.000000000 +0100
12
--- sysklogd-1.4.1/ksym_mod.c	2000-09-12 22:15:28.000000000 +0100
13
+++ sysklogd-1.4.1-plasmaroo/ksym_mod.c	2004-01-19 20:15:16.000000000 +0000
13
+++ sysklogd-1.4.1-plasmaroo/ksym_mod.c	2004-01-19 20:15:16.000000000 +0000
14
@@ -80,9 +80,31 @@
14
@@ -80,9 +80,33 @@
15
  *	Changed llseek() to lseek64() in order to skip a libc warning.
15
  *	Changed llseek() to lseek64() in order to skip a libc warning.
16
  */
16
  */
17
 
17
 
Lines 33-40 Link Here
33
+	#undef __KERNEL_STRICT_NAMES
33
+	#undef __KERNEL_STRICT_NAMES
34
+	#include <linux/types.h>
34
+	#include <linux/types.h>
35
+
35
+
36
+	#undef _LINUX_LIST_H
36
+	#ifndef LIST_POISON1
37
+	#include <linux/list.h>
37
+		#undef _LINUX_LIST_H
38
+		#include <linux/list.h>
39
+	#endif
38
+	#include <asm/semaphore.h>
40
+	#include <asm/semaphore.h>
39
+	#undef __KERNEL__
41
+	#undef __KERNEL__
40
+	#include "module.h"
42
+	#include "module.h"

Return to bug 54532