diff options
Diffstat (limited to 'sys-apps/eject/files/eject-2.0.12-kernel25-support.patch')
-rw-r--r-- | sys-apps/eject/files/eject-2.0.12-kernel25-support.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-apps/eject/files/eject-2.0.12-kernel25-support.patch b/sys-apps/eject/files/eject-2.0.12-kernel25-support.patch deleted file mode 100644 index 71c1868c6250..000000000000 --- a/sys-apps/eject/files/eject-2.0.12-kernel25-support.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- eject.c.orig 2002-12-09 22:28:08.000000000 +0000 -+++ eject.c 2003-11-08 17:06:43.000000000 +0000 -@@ -56,7 +56,13 @@ - #include <sys/ioctl.h> - #include <sys/wait.h> - #include <sys/mtio.h> --#include <linux/types.h> -+#ifndef __KERNEL__ -+# define __KERNEL__ -+# include <linux/types.h> -+# undef __KERNEL__ -+#else -+# include <linux/types.h> -+#endif - #include <linux/cdrom.h> - #if LINUX_VERSION_CODE < KERNEL_VERSION(2,1,0) - #include <linux/ucdrom.h> |