]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 21 May 2000 21:01:01 +0000 (21:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 21 May 2000 21:01:01 +0000 (21:01 +0000)
2000-05-21  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/scsi/sg.h (sg_io_hdr_t): Remove duplicate
dxfer_direction.

ChangeLog
sysdeps/unix/sysv/linux/scsi/sg.h

index 5d8b77666628cc74988e519b53b4299f4e0e2442..2601a5f56ede1621d7f0a653da63c8b0577ef6fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 246f56f5b986cde87a84e3ccb36326fa1f6a15b4..0e154446abd76fa27b7acbd3bb6abf125dcf951d 100644 (file)
@@ -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
This page took 0.052646 seconds and 5 git commands to generate.