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

Collapse All | Expand All

(-)build/session.c (+8 lines)
Lines 875-880 Link Here
875
	display_loginmsg();
875
	display_loginmsg();
876
876
877
	do_motd();
877
	do_motd();
878
#ifdef XTS
879
	/* We need to flush pending output because even though the stdout
880
	   stream is now a terminal, uClibc honors the buffering at the time
881
	   of the exec when it was not a terminal and hence fully buffered. 
882
	   When the shell is exec'd, the stream will be line buffered as
883
	   expected. */
884
	fflush(NULL);
885
#endif
878
}
886
}
879
887
880
/*
888
/*

Return to bug 1597