summaryrefslogtreecommitdiff
path: root/sysutils/unieject/files/patch-lib__eject.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/unieject/files/patch-lib__eject.c')
-rw-r--r--sysutils/unieject/files/patch-lib__eject.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/unieject/files/patch-lib__eject.c b/sysutils/unieject/files/patch-lib__eject.c
deleted file mode 100644
index 23f9b943ee8f..000000000000
--- a/sysutils/unieject/files/patch-lib__eject.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/eject.c.orig 2009-06-27 21:37:27.000000000 +0900
-+++ lib/eject.c 2012-09-11 05:14:03.000000000 +0900
-@@ -110,7 +110,7 @@
- sts = cdio_close_tray(opts->device, NULL);
- }
- } else
-- sts = mmc_start_stop_media((CdIo_t*)opts->cdio, opts->eject, 0, 0);
-+ sts = mmc_start_stop_unit((CdIo_t*)opts->cdio, opts->eject, 0, 0, 0);
- #elif defined(__APPLE__)
- driver_return_code_t sts;
- if ( opts->eject )
-@@ -121,7 +121,7 @@
- sts = cdio_close_tray(opts->device, NULL);
- }
- #else
-- driver_return_code_t sts = mmc_start_stop_media((CdIo_t*)opts->cdio, opts->eject, 0, 0);
-+ driver_return_code_t sts = mmc_start_stop_unit((CdIo_t*)opts->cdio, opts->eject, 0, 0, 0);
- #endif
-
- return unieject_status(sts);