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

Collapse All | Expand All

(-)trunk/vegastrike/src/cmd/basecomputer.cpp (-1 / +1 lines)
Lines 3145-3151 Link Here
3145
	return s1.st_mtime - s2.st_mtime;
3145
	return s1.st_mtime - s2.st_mtime;
3146
}
3146
}
3147
3147
3148
#if defined(_WIN32) && !defined(__CYGWIN__)
3148
#if (defined(_WIN32) && !defined(__CYGWIN__)) || (defined(__GLIBC_MINOR__) && __GLIBC_MINOR__ >= 10)
3149
typedef int (*scancompare) ( const struct dirent **v1, const struct dirent **v2 );
3149
typedef int (*scancompare) ( const struct dirent **v1, const struct dirent **v2 );
3150
#else
3150
#else
3151
typedef int (*scancompare) ( const void *v1, const void *v2 );
3151
typedef int (*scancompare) ( const void *v1, const void *v2 );

Return to bug 219559