<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -Naur cdfs-2.6.23/daemon.c cdfs-2.6.23-fixed/daemon.c
--- cdfs-2.6.23/daemon.c	2006-10-24 21:44:49.000000000 +0200
+++ cdfs-2.6.23-fixed/daemon.c	2007-11-22 03:00:05.000000000 +0100
@@ -28,6 +28,7 @@
 
 
 #include "cdfs.h"
+#include &lt;linux/sched.h&gt;
 
 int kcdfsd_pid = 0;
 static int kcdfsd_running = 0;
diff -Naur cdfs-2.6.23/root.c cdfs-2.6.23-fixed/root.c
--- cdfs-2.6.23/root.c	2006-10-24 21:41:12.000000000 +0200
+++ cdfs-2.6.23-fixed/root.c	2007-11-22 03:00:05.000000000 +0100
@@ -34,6 +34,7 @@
 
 
 #include &lt;linux/seq_file.h&gt;
+#include &lt;linux/sched.h&gt;
 
 #ifndef OLD_KERNEL
 #include &lt;linux/statfs.h&gt;
</pre></body></html>