linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* glibc and make headers_install_all provide /usr/include/scsi
@ 2007-08-06 12:45 Olaf Hering
  2007-08-06 12:52 ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Olaf Hering @ 2007-08-06 12:45 UTC (permalink / raw)
  To: linux-scsi, linux-kernel, libc-alpha


glibc and make headers_install_all provide /usr/include/scsi
One of them has to go.

A quick diff shows no differences, expect:

scsi.h:
     glibc #define STATUS_MASK          0x3e
     Linux #define STATUS_MASK          0xfe

     glibc #define ABORT               0x06
     Linux #define ABORT_TASK_SET      0x06

sg.h:struct sg_iovec ->sg_iovec
     unsigned char * in glibc
     void * in Linux

     glibc #define SG_DEFAULT_RETRIES 1
     Linux #define SG_DEFAULT_RETRIES 0


Which copy should be provided by a distributor?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-08-11  6:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-06 12:45 glibc and make headers_install_all provide /usr/include/scsi Olaf Hering
2007-08-06 12:52 ` Christoph Hellwig
2007-08-06 13:02   ` [PATCH] do not export /usr/include/scsi in make headers_install Olaf Hering
2007-08-11  6:42     ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).