Skip to content

Commit

Permalink
options/linux: Make *sbp be an unsigned char, matching Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke committed Oct 29, 2023
1 parent 91853f0 commit 6e27452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/linux/include/scsi/sg.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ typedef struct sg_io_hdr {
unsigned int dxfer_len;
void *dxferp;
unsigned char *cmdp;
void *sbp;
unsigned char *sbp;
unsigned int timeout;
unsigned int flags;
int pack_id;
Expand Down

0 comments on commit 6e27452

Please sign in to comment.