]> git.pld-linux.org Git - packages/sound-juicer.git/commitdiff
- outdated
authorgrzegol <grzegol@pld-linux.org>
Sat, 2 Oct 2004 22:29:19 +0000 (22:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sound-juicer-devfs.patch -> 1.2

sound-juicer-devfs.patch [deleted file]

diff --git a/sound-juicer-devfs.patch b/sound-juicer-devfs.patch
deleted file mode 100644 (file)
index 3cd3658..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -urN aa/sound-juicer-0.5.10.1/src/cd-drive.c sound-juicer-0.5.10.1/src/cd-drive.c
---- aa/sound-juicer-0.5.10.1/src/cd-drive.c    2004-01-17 17:54:01.000000000 +0100
-+++ sound-juicer-0.5.10.1/src/cd-drive.c       2004-04-03 23:45:42.339541304 +0200
-@@ -573,13 +573,13 @@
-       GList *cdroms_list;
-       gboolean have_devfs;
--      /* devfs creates and populates the /dev/cdroms directory when its mounted
-+      /* devfs creates and populates the /proc/fs/devfs directory when its mounted
-        * the 'old style names' are matched with devfs names below.
-        * The cdroms.device string gets cleaned up again in cdrom_get_name()
-        * we need the oldstyle name to get device->display_name for ide.
-        */
-       have_devfs = FALSE;
--      if (g_file_test ("/dev/cdroms", G_FILE_TEST_IS_DIR)) {
-+      if (g_file_test ("/proc/fs/devfs", G_FILE_TEST_IS_DIR)) {
-               have_devfs = TRUE;
-       }
-       
This page took 0.032654 seconds and 4 git commands to generate.