diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-08 19:56:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-08 19:56:14 +0000 |
commit | 62bb764f286c7bd9168ae4149dd5887f675acbbc (patch) | |
tree | 40553383338bdad130b29c414aed4e338e7276a7 /sys-apps/eject/files/eject-2.0.12-kernel25-support.patch | |
parent | arm KEYWORDS (diff) | |
download | historical-62bb764f286c7bd9168ae4149dd5887f675acbbc.tar.gz historical-62bb764f286c7bd9168ae4149dd5887f675acbbc.tar.bz2 historical-62bb764f286c7bd9168ae4149dd5887f675acbbc.zip |
arm KEYWORDS
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> |