stas 2003/10/14 17:28:10
Modified: src/modules/perl modperl_io.c Log: flush on STDIN? how silly ;) Revision Changes Path 1.16 +0 -2 modperl-2.0/src/modules/perl/modperl_io.c Index: modperl_io.c =================================================================== RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_io.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -u -r1.15 -r1.16 --- modperl_io.c 15 Oct 2003 00:10:43 -0000 1.15 +++ modperl_io.c 15 Oct 2003 00:28:10 -0000 1.16 @@ -174,8 +174,6 @@ Perl_croak(aTHX_ "Failed to restore STDIN: %_", get_sv("!", TRUE)); } - IoFLUSH_off(handle); /* STDIN's $|=0 */ - MP_TRACE_o(MP_FUNC, "end\n"); }