Re: why is asm-parisc/ioctl.h subtly different from asm-generic/ioctl.h?

2007-02-24 Thread Kyle McMartin
On Sat, Feb 24, 2007 at 05:34:15AM -0500, Robert P. J. Day wrote: > > just noticed that parisc's ioctl.h file, rather than simply > including asm-generic/ioctl.h, has its own copy whose sole > (meaningful) difference from the generic one is: > > $ diff include/{asm-generic,asm-parisc}/ioctl.h

why is asm-parisc/ioctl.h subtly different from asm-generic/ioctl.h?

2007-02-24 Thread Robert P. J. Day
just noticed that parisc's ioctl.h file, rather than simply including asm-generic/ioctl.h, has its own copy whose sole (meaningful) difference from the generic one is: $ diff include/{asm-generic,asm-parisc}/ioctl.h ... 41,42c54,55 < #define _IOC_WRITE1U < #define _IOC_READ 2U --- >

why is asm-parisc/ioctl.h subtly different from asm-generic/ioctl.h?

2007-02-24 Thread Robert P. J. Day
just noticed that parisc's ioctl.h file, rather than simply including asm-generic/ioctl.h, has its own copy whose sole (meaningful) difference from the generic one is: $ diff include/{asm-generic,asm-parisc}/ioctl.h ... 41,42c54,55 #define _IOC_WRITE1U #define _IOC_READ 2U ---

Re: why is asm-parisc/ioctl.h subtly different from asm-generic/ioctl.h?

2007-02-24 Thread Kyle McMartin
On Sat, Feb 24, 2007 at 05:34:15AM -0500, Robert P. J. Day wrote: just noticed that parisc's ioctl.h file, rather than simply including asm-generic/ioctl.h, has its own copy whose sole (meaningful) difference from the generic one is: $ diff include/{asm-generic,asm-parisc}/ioctl.h ...