summaryrefslogtreecommitdiffstats
path: root/audio/sound-juicer/files/patch-src::cd-drive.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sound-juicer/files/patch-src::cd-drive.c')
-rw-r--r--audio/sound-juicer/files/patch-src::cd-drive.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/sound-juicer/files/patch-src::cd-drive.c b/audio/sound-juicer/files/patch-src::cd-drive.c
deleted file mode 100644
index 244fd020d..000000000
--- a/audio/sound-juicer/files/patch-src::cd-drive.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/cd-drive.c.orig Sat Feb 7 18:02:54 2004
-+++ src/cd-drive.c Sat Feb 7 18:03:46 2004
-@@ -66,7 +66,7 @@
-
- /* For dvd_plus_rw_utils.cpp */
- int get_dvd_r_rw_profile (const char *name);
--int get_mmc_profile (void *fd);
-+int get_mmc_profile (int fd);
-
- static void
- add_dvd_plus (CDDrive *cdrom)
-@@ -103,7 +103,7 @@
- return CD_MEDIA_TYPE_ERROR;
- }
-
-- mmc_profile = get_mmc_profile ((void *)&fd);
-+ mmc_profile = get_mmc_profile (fd);
- close (fd);
-
- switch (mmc_profile) {