Refresh patches to avoid potential problems with the buildds.

This commit is contained in:
Rogério Brito
2009-12-07 16:22:30 -02:00
parent d8edfc2ac4
commit da276c7fc4
5 changed files with 26 additions and 34 deletions

View File

@@ -1,10 +1,9 @@
Author: n/a
Description: Disables to skip on encrypted disks (e.g. DVD with CSS-Encryption).
diff -Naurp dvdisaster.orig/scsi-layer.c dvdisaster/scsi-layer.c
--- dvdisaster.orig/scsi-layer.c 2008-03-30 09:10:52.000000000 +0000
+++ dvdisaster/scsi-layer.c 2008-05-03 08:31:12.000000000 +0000
@@ -2438,11 +2438,12 @@ DeviceHandle* OpenAndQueryDevice(char *d
--- a/scsi-layer.c
+++ b/scsi-layer.c
@@ -2658,11 +2658,12 @@
return NULL;
}
}