mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
Update.
2000-05-21 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/scsi/sg.h (sg_io_hdr_t): Remove duplicate dxfer_direction.
This commit is contained in:
parent
3446e2c39b
commit
f87e0815f5
@ -1,3 +1,8 @@
|
||||
2000-05-21 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/scsi/sg.h (sg_io_hdr_t): Remove duplicate
|
||||
dxfer_direction.
|
||||
|
||||
2000-05-21 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locale/locale.h (struct lconv): Add new elements from ISO C99.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user