Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90845
Collapse All | Expand All

(-)stage2/fsys_xfs.c (-1 / +1 lines)
Lines 334-340 Link Here
334
{
334
{
335
	int namelen = 1;
335
	int namelen = 1;
336
	int toread;
336
	int toread;
337
	static char *usual[2] = {".", ".."};
337
	static char usual[2][3] = {".", ".."};
338
	static xfs_dir2_sf_entry_t *sfe;
338
	static xfs_dir2_sf_entry_t *sfe;
339
	char *name = usual[0];
339
	char *name = usual[0];
340
340

Return to bug 90845