View | Details | Raw Unified | Return to bug 45897 | Differences between
and this patch

Collapse All | Expand All

(-)du.c (-1 / +3 lines)
Lines 167-173 Link Here
167
				valp = vals_base2;
167
				valp = vals_base2;
168
				break;
168
				break;
169
			case 'k':
169
			case 'k':
170
				putenv("BLOCKSIZE=1024");
170
			        if (hflag == 0){
171
				  putenv("BLOCKSIZE=1024");
172
				}
171
				break;
173
				break;
172
			case 'r':		 /* Compatibility. */
174
			case 'r':		 /* Compatibility. */
173
				break;
175
				break;

Return to bug 45897