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

Collapse All | Expand All

(-)a/main.c (-1 / +4 lines)
Lines 504-509 read_repos_conf(const char *configroot, const char *repos_conf) Link Here
504
			if (name[0] == '.')
504
			if (name[0] == '.')
505
				continue;
505
				continue;
506
506
507
			/* Exclude backup files (aka files with ~ as postfix). */
508
			if (name[0] != '\0' && name[strlen(name) - 1] == '~')
509
				continue;
510
507
#ifdef DT_UNKNOWN
511
#ifdef DT_UNKNOWN
508
			if (confs[i]->d_type != DT_UNKNOWN &&
512
			if (confs[i]->d_type != DT_UNKNOWN &&
509
			    confs[i]->d_type != DT_REG &&
513
			    confs[i]->d_type != DT_REG &&
510
- 

Return to bug 643820