Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105258 | Differences between
and this patch

Collapse All | Expand All

(-)bits/stat.h.orig (-2 / +2 lines)
Lines 100-106 Link Here
100
    unsigned long int st_ctimensec;	/* Nsecs of last status change.  */
100
    unsigned long int st_ctimensec;	/* Nsecs of last status change.  */
101
#endif
101
#endif
102
#if __WORDSIZE == 64
102
#if __WORDSIZE == 64
103
    long int __unused[3];
103
    long int __unused3;
104
#else
104
#else
105
# ifndef __USE_FILE_OFFSET64
105
# ifndef __USE_FILE_OFFSET64
106
    unsigned long int __unused4;
106
    unsigned long int __unused4;
Lines 161-167 Link Here
161
    unsigned long int st_ctimensec;	/* Nsecs of last status change.  */
161
    unsigned long int st_ctimensec;	/* Nsecs of last status change.  */
162
#endif
162
#endif
163
#if __WORDSIZE == 64
163
#if __WORDSIZE == 64
164
    long int __unused[3];
164
    long int __unused3;
165
#else
165
#else
166
    __ino64_t st_ino;			/* File serial number.		*/
166
    __ino64_t st_ino;			/* File serial number.		*/
167
#endif
167
#endif

Return to bug 105258