"Dmitry V. Levin" <ldv-u2l5PoMzF/vg9huczpv...@public.gmane.org> writes:

> On Mon, Jan 25, 2010 at 11:38:09AM +0100, Andreas Schwab wrote:
>> Here is a better patch, pre-POSIX systems might need <sys/types.h>
>> before <sys/stat.h>.
>
> I suppose the proposed change fixes a real spurious failure I'm not
> aware of, but I'd like to know for sure.
> I'm sorry, but I have to repeat the same question I've already asked
> before: what is the kernel version and architecture where <asm/stat.h>
> isn't self-contained?

$ grep ino_t --include=stat.h -r arch
arch/mips/include/asm/stat.h:   ino_t           st_ino;
arch/parisc/include/asm/stat.h: ino_t           st_ino;         /* 32 bits */
arch/parisc/include/asm/stat.h: ino_t           __unused3;      /* network */
arch/parisc/include/asm/stat.h: ino_t           st_ino;         /* 32 bits */
arch/parisc/include/asm/stat.h: ino_t           __unused3;      /* network */
arch/powerpc/include/asm/stat.h:        ino_t           st_ino;
arch/sparc/include/asm/stat.h:  ino_t   st_ino;
arch/sparc/include/asm/stat.h:  ino_t           st_ino;

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to