diff options
Diffstat (limited to 'graphics/hpscan/files/patch-ad')
-rw-r--r-- | graphics/hpscan/files/patch-ad | 15 |
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); - |