summaryrefslogtreecommitdiff
path: root/audio/cdrdao/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cdrdao/files/patch-ac')
-rw-r--r--audio/cdrdao/files/patch-ac114
1 files changed, 0 insertions, 114 deletions
diff --git a/audio/cdrdao/files/patch-ac b/audio/cdrdao/files/patch-ac
index e1c5b9d17f29..d7f69061adf8 100644
--- a/audio/cdrdao/files/patch-ac
+++ b/audio/cdrdao/files/patch-ac
@@ -62,120 +62,6 @@ diff -rc ../old/cdrdao-1.1.4/configure ./configure
sound_if_src=SoundIF-linux.cc
;;
-diff -rc ../old/cdrdao-1.1.4/scsilib/include/scg/scsireg.h ./scsilib/include/scg/scsireg.h
-*** ../old/cdrdao-1.1.4/scsilib/include/scg/scsireg.h Sat Apr 15 02:54:35 2000
---- ./scsilib/include/scg/scsireg.h Fri Oct 20 10:32:22 2000
-***************
-*** 244,255 ****
-
- #if defined(_BIT_FIELDS_LTOH) /* Intel byteorder */
-
-! struct scsi_mode_page_header {
- Ucbit p_code : 6;
- Ucbit res : 1;
- Ucbit parsave : 1;
- u_char p_len;
-! };
-
- /*
- * This is a hack that allows mode pages without
---- 244,255 ----
-
- #if defined(_BIT_FIELDS_LTOH) /* Intel byteorder */
-
-! /*struct scsi_mode_page_header {
- Ucbit p_code : 6;
- Ucbit res : 1;
- Ucbit parsave : 1;
- u_char p_len;
-! };*/
-
- /*
- * This is a hack that allows mode pages without
-***************
-*** 262,273 ****
-
- #else /* Motorola byteorder */
-
-! struct scsi_mode_page_header {
- Ucbit parsave : 1;
- Ucbit res : 1;
- Ucbit p_code : 6;
- u_char p_len;
-! };
-
- /*
- * This is a hack that allows mode pages without
---- 262,273 ----
-
- #else /* Motorola byteorder */
-
-! /*struct scsi_mode_page_header {
- Ucbit parsave : 1;
- Ucbit res : 1;
- Ucbit p_code : 6;
- u_char p_len;
-! };*/
-
- /*
- * This is a hack that allows mode pages without
-diff -rc ../old/cdrdao-1.1.4/scsilib/libscg/scg/scsireg.h ./scsilib/libscg/scg/scsireg.h
-*** ../old/cdrdao-1.1.4/scsilib/libscg/scg/scsireg.h Sat Apr 15 02:54:50 2000
---- ./scsilib/libscg/scg/scsireg.h Fri Oct 20 10:32:22 2000
-***************
-*** 244,255 ****
-
- #if defined(_BIT_FIELDS_LTOH) /* Intel byteorder */
-
-! struct scsi_mode_page_header {
- Ucbit p_code : 6;
- Ucbit res : 1;
- Ucbit parsave : 1;
- u_char p_len;
-! };
-
- /*
- * This is a hack that allows mode pages without
---- 244,255 ----
-
- #if defined(_BIT_FIELDS_LTOH) /* Intel byteorder */
-
-! /*struct scsi_mode_page_header {
- Ucbit p_code : 6;
- Ucbit res : 1;
- Ucbit parsave : 1;
- u_char p_len;
-! };*/
-
- /*
- * This is a hack that allows mode pages without
-***************
-*** 262,273 ****
-
- #else /* Motorola byteorder */
-
-! struct scsi_mode_page_header {
- Ucbit parsave : 1;
- Ucbit res : 1;
- Ucbit p_code : 6;
- u_char p_len;
-! };
-
- /*
- * This is a hack that allows mode pages without
---- 262,273 ----
-
- #else /* Motorola byteorder */
-
-! /*struct scsi_mode_page_header {
- Ucbit parsave : 1;
- Ucbit res : 1;
- Ucbit p_code : 6;
- u_char p_len;
-! };*/
-
- /*
- * This is a hack that allows mode pages without
diff -rc ../old/cdrdao-1.1.4/xdao/SoundIF-linux.cc ./xdao/SoundIF-linux.cc
*** ../old/cdrdao-1.1.4/xdao/SoundIF-linux.cc Sun Aug 27 13:37:11 2000
--- ./xdao/SoundIF-linux.cc Fri Oct 20 10:32:22 2000