aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/scsi/sg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/scsi/sg.h')
-rw-r--r--sysdeps/unix/sysv/linux/scsi/sg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/scsi/sg.h b/sysdeps/unix/sysv/linux/scsi/sg.h
index 246f56f5b9..0e154446ab 100644
--- a/sysdeps/unix/sysv/linux/scsi/sg.h
+++ b/sysdeps/unix/sysv/linux/scsi/sg.h
@@ -46,7 +46,6 @@ typedef struct sg_io_hdr
int dxfer_direction; /* [i] data transfer direction */
unsigned char cmd_len; /* [i] SCSI command length ( <= 16 bytes) */
unsigned char mx_sb_len; /* [i] max length to write to sbp */
- int dxfer_direction; /* [i] data transfer direction */
unsigned short int iovec_count; /* [i] 0 implies no scatter gather */
unsigned int dxfer_len; /* [i] byte count of data transfer */
void * dxferp; /* [i], [*io] points to data transfer memory