Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/compat/linux



Module Name:    syssrc
Committed By:   jdolecek
Date:           Sun May 19 18:03:17 UTC 2002

Modified Files:
        syssrc/sys/compat/linux/arch/arm: linux_types.h
        syssrc/sys/compat/linux/arch/i386: linux_types.h
        syssrc/sys/compat/linux/arch/m68k: linux_types.h
        syssrc/sys/compat/linux/common: linux_file64.c

Log Message:
On archs with broken linux struct stat64 st_ino, rename linux_stat64's
lst_ino to __lst_ino and lst_ino64 to lst_ino, and define
LINUX_STAT64_HAS_BROKEN_ST_INO. Only assign __lst_ino if this define
is present.

This fixes compile on powerpc archs, and hence port-powerpc/16893.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/compat/linux/arch/arm/linux_types.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/compat/linux/arch/i386/linux_types.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/compat/linux/arch/m68k/linux_types.h
cvs rdiff -r1.15 -r1.16 syssrc/sys/compat/linux/common/linux_file64.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index