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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- adriver.h.old       2003-03-08 14:38:29.000000000 +0100
0
++ adriver.h   2003-04-29 20:55:20.000000000 +0200
Lines 105-111 Link Here
105
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 3)
105
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 3)
106
#define need_resched() (current->need_resched)
106
#define need_resched() (current->need_resched)
107
#endif
107
#endif
108
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 4)
108
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 4) && !defined(WE_ARE_WOLKS)
109
#include <linux/fs.h>
109
#include <linux/fs.h>
110
static inline struct proc_dir_entry *PDE(const struct inode *inode)
110
static inline struct proc_dir_entry *PDE(const struct inode *inode)
111
{
111
{

Return to bug 25948