From dfadb7962a1ea8f681f1a5c8c203731ccb08b148 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Thu, 1 Nov 2012 10:14:37 +0000 Subject: - Unbreak and update to version 6 - Add LICENSE PR: ports/172069 Submitted by: KATO Tsuguru Feature safe: yes --- sysutils/unieject/files/patch-lib__eject.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sysutils/unieject/files/patch-lib__eject.c (limited to 'sysutils/unieject/files') diff --git a/sysutils/unieject/files/patch-lib__eject.c b/sysutils/unieject/files/patch-lib__eject.c new file mode 100644 index 000000000000..23f9b943ee8f --- /dev/null +++ b/sysutils/unieject/files/patch-lib__eject.c @@ -0,0 +1,20 @@ +--- 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); -- cgit v1.2.3