diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-21 21:01:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-21 21:01:01 +0000 |
commit | f87e0815f5e1f985a3d43afc9703894a4ae546de (patch) | |
tree | 378cf669a03b472246487fcf9eb93aa4e58b79d8 | |
parent | 3446e2c39b5ccb2bed611326df621fa37340f7d2 (diff) | |
download | glibc-f87e0815f5e1f985a3d43afc9703894a4ae546de.zip glibc-f87e0815f5e1f985a3d43afc9703894a4ae546de.tar.gz glibc-f87e0815f5e1f985a3d43afc9703894a4ae546de.tar.bz2 |
Update.
2000-05-21 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/scsi/sg.h (sg_io_hdr_t): Remove duplicate
dxfer_direction.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/scsi/sg.h | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -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. diff --git a/sysdeps/unix/sysv/linux/scsi/sg.h b/sysdeps/unix/sysv/linux/scsi/sg.h index 246f56f..0e15444 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 |