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

(-)eject.c.orig (-1 / +7 lines)
Lines 58-64 Link Here
58
#include <sys/ioctl.h>
58
#include <sys/ioctl.h>
59
#include <sys/wait.h>
59
#include <sys/wait.h>
60
#include <sys/mtio.h>
60
#include <sys/mtio.h>
61
#include <linux/types.h>
61
#ifndef __KERNEL__
62
# define __KERNEL__
63
# include <linux/types.h>
64
# undef __KERNEL__
65
#else
66
# include <linux/types.h>
67
#endif
62
#include <linux/cdrom.h>
68
#include <linux/cdrom.h>
63
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,1,0)
69
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,1,0)
64
#include <linux/ucdrom.h>
70
#include <linux/ucdrom.h>

Return to bug 35088