1 From 4aff257b7615a1b387797cd8dcc76aed3cc69ab8 Mon Sep 17 00:00:00 2001
2 From: Andreas Oberritter <obi@opendreambox.org>
3 Date: Mon, 7 Jun 2010 12:05:19 +0000
4 Subject: [PATCH] Fix compile error with linux-2.6.32
6 root.c: In function 'cdfs_init':
7 root.c:646: error: 'CLONE_FS' undeclared (first use in this function)
8 root.c:646: error: (Each undeclared identifier is reported only once
9 root.c:646: error: for each function it appears in.)
10 root.c:646: error: 'CLONE_FILES' undeclared (first use in this function)
11 root.c:646: error: 'CLONE_SIGHAND' undeclared (first use in this function)
14 1 files changed, 1 insertions(+), 0 deletions(-)
16 diff --git a/root.c b/root.c
17 index 966a855..0801051 100644
23 #include <linux/module.h>
24 +#include <linux/sched.h>
27 /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*