This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Fix scsi/sg.h


Hi!

Minor bug fix.

2000-05-21  Jakub Jelinek  <jakub@redhat.com>

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

--- libc/sysdeps/unix/sysv/linux/scsi/sg.h.jj	Wed Mar 15 02:18:52 2000
+++ libc/sysdeps/unix/sysv/linux/scsi/sg.h	Sun May 21 16:30:31 2000
@@ -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

	Jakub

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]