diff options
Diffstat (limited to 'sysutils/nautilus-cd-burner/patches/patch-ab')
-rw-r--r-- | sysutils/nautilus-cd-burner/patches/patch-ab | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/sysutils/nautilus-cd-burner/patches/patch-ab b/sysutils/nautilus-cd-burner/patches/patch-ab deleted file mode 100644 index 964c03edb9d..00000000000 --- a/sysutils/nautilus-cd-burner/patches/patch-ab +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2005/03/22 16:33:55 jmmv Exp $ - ---- nautilus-burn-drive.c.orig 2005-02-23 01:34:17.000000000 +0100 -+++ nautilus-burn-drive.c -@@ -1112,8 +1112,9 @@ lookup_scsi_unit (int bus, - } - return NULL; - } -+#endif - --#if !defined(__linux) -+#if !defined(__linux__) - static int - get_device_max_read_speed (char *device) - { -@@ -1134,7 +1135,6 @@ get_device_max_read_speed (char *device) - - return max_speed; - } --#endif - - static int - get_device_max_write_speed (char *device) -@@ -1156,7 +1156,9 @@ get_device_max_write_speed (char *device - - return max_speed; - } -+#endif - -+#if defined(__linux__) - static char * - get_scsi_cd_name (int bus, - int id, |