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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- util-linux-ng-2.15-20090511.diff
0
++ util-linux-ng-2.15-20090511.diff
Lines 3425-3431 Link Here
3425
-	*ary = NULL;
3425
-	*ary = NULL;
3426
-
3426
-
3427
-	while((d = readdir(dir))) {
3427
-	while((d = readdir(dir))) {
3428
-		if (d->d_type != DT_BLK && d->d_type != DT_UNKNOWN)
3428
-		if (d->d_type != DT_BLK && d->d_type != DT_UNKNOWN && d->d_type != DT_LNK)
3429
-			continue;
3429
-			continue;
3430
-		n = name2minor(hasprefix, d->d_name);
3430
-		n = name2minor(hasprefix, d->d_name);
3431
-		if (n == -1 || n < NLOOPS_DEFAULT)
3431
-		if (n == -1 || n < NLOOPS_DEFAULT)

Return to bug 271041