summaryrefslogtreecommitdiff
path: root/graphics/hpscan/files/patch-ad
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2001-04-14 18:00:12 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2001-04-14 18:00:12 +0000
commit29b7ca9bf73e466b236b60ac248314a3aac8e855 (patch)
treea9694e56257dcefb0979478213c4ac51abac10d4 /graphics/hpscan/files/patch-ad
parentUpdate to 0.9. (diff)
Remove hpscan port - it's totally obsolete
Notes
Notes: svn path=/head/; revision=41377
Diffstat (limited to 'graphics/hpscan/files/patch-ad')
-rw-r--r--graphics/hpscan/files/patch-ad15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/hpscan/files/patch-ad b/graphics/hpscan/files/patch-ad
deleted file mode 100644
index 69a9d4be7687..000000000000
--- a/graphics/hpscan/files/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
---- scsi.h.orig Sun Oct 11 21:30:07 1998
-+++ scsi.h Sun Oct 11 21:32:11 1998
-@@ -6,8 +6,8 @@
- typedef struct scsi_sense_data *ScsiSense;
- typedef struct scsi_inquiry_data *ScsiInquiry;
-
--ScsiStatus scsi_test_unit_ready(int fd, ScsiSense *sense);
--ScsiStatus scsi_inquiry(int fd, ScsiSense *sense, ScsiInquiry *inquiry);
--ScsiStatus scsi_send(int fd, ScsiSense *sense, u_char *data, int *len);
--ScsiStatus scsi_receive(int fd, ScsiSense *sense, u_char *data, int *len);
-+ScsiStatus Scsi_test_unit_ready(int fd, ScsiSense *sense);
-+ScsiStatus Scsi_inquiry(int fd, ScsiSense *sense, ScsiInquiry *inquiry);
-+ScsiStatus Scsi_send(int fd, ScsiSense *sense, u_char *data, int *len);
-+ScsiStatus Scsi_receive(int fd, ScsiSense *sense, u_char *data, int *len);
-