aboutsummaryrefslogtreecommitdiff
path: root/graphics/hpscan/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hpscan/files/patch-ah')
-rw-r--r--graphics/hpscan/files/patch-ah20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/hpscan/files/patch-ah b/graphics/hpscan/files/patch-ah
deleted file mode 100644
index 55e1cd41af46..000000000000
--- a/graphics/hpscan/files/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
---- scanner.c.orig Sun Oct 11 21:46:19 1998
-+++ scanner.c Sun Oct 11 21:46:42 1998
-@@ -84,7 +84,7 @@
- ScsiStatus status;
- ScsiSense sense;
-
-- status = scsi_send(fd, &sense, data, &length);
-+ status = Scsi_send(fd, &sense, data, &length);
-
- if(decode_status(status, sense, "scanner_send") == -1)
- return -1;
-@@ -106,7 +106,7 @@
- ScsiStatus status;
- ScsiSense sense;
-
-- status = scsi_receive(fd, &sense, data, &length);
-+ status = Scsi_receive(fd, &sense, data, &length);
-
- if(decode_status(status, sense, "scanner_receive") == -1)
- return -1;