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

Collapse All | Expand All

(-)openssh-5.5p1/progressmeter.c.remove-sigs (+3 lines)
Lines 279-284 stop_progress_meter(void) Link Here
279
		refresh_progress_meter();
279
		refresh_progress_meter();
280
280
281
	atomicio(vwrite, STDOUT_FILENO, "\n", 1);
281
	atomicio(vwrite, STDOUT_FILENO, "\n", 1);
282
283
	signal(SIGALRM, SIG_DFL);
284
	signal(SIGWINCH, SIG_DFL);
282
}
285
}
283
286
284
/*ARGSUSED*/
287
/*ARGSUSED*/

Return to bug 1761