# Get this puppy working with kernel 2.5.x # (06 March 2003) --- eject.c.orig +++ eject.c @@ -58,7 +58,13 @@ #include #include #include -#include +#ifndef __KERNEL__ +# define __KERNEL__ +# include +# undef __KERNEL__ +#else +# include +#endif #include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,1,0) #include