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

(-)root.c.old (+2 lines)
Lines 26-31 Link Here
26
26
27
#include <linux/module.h>
27
#include <linux/module.h>
28
28
29
#include <linux/sched.h>
30
29
31
30
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*
32
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*
31
 * Robert W. Boone (November, 2002)                                           *
33
 * Robert W. Boone (November, 2002)                                           *
(-)daemon.c.old (+2 lines)
Lines 29-34 Link Here
29
29
30
#include "cdfs.h"
30
#include "cdfs.h"
31
31
32
#include <linux/sched.h>
33
32
int kcdfsd_pid = 0;
34
int kcdfsd_pid = 0;
33
static int kcdfsd_running = 0;
35
static int kcdfsd_running = 0;
34
static DECLARE_WAIT_QUEUE_HEAD(kcdfsd_wait);
36
static DECLARE_WAIT_QUEUE_HEAD(kcdfsd_wait);

Return to bug 184816