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

Collapse All | Expand All

(-)readahead-list-1.20060421.1016/src/filelist-order.cxx.old (-1 / +1 lines)
Lines 273-279 Link Here
273
					continue;
273
					continue;
274
				}
274
				}
275
				OrderField of = *ofp;
275
				OrderField of = *ofp;
276
#define case_entry(fmt,func) printf("%s"fmt,(first ? "" : " "),func_##func(mk)); break;
276
#define case_entry(fmt,func) printf("%s" fmt,(first ? "" : " "),func_##func(mk)); break;
277
				switch(of.type) {
277
				switch(of.type) {
278
					case ST_DEV: case_entry("%lld",ST_DEV);
278
					case ST_DEV: case_entry("%lld",ST_DEV);
279
					case ST_INO: case_entry("%lld",ST_INO);
279
					case ST_INO: case_entry("%lld",ST_INO);

Return to bug 594092