FIXED: two bugs in src/leave.c

utzoo!decvax!ucbvax!dist2 utzoo!decvax!ucbvax!dist2
Mon Dec 7 02:45:06 AEST 1981


	There is an unnecessary call to setexit() in leave.c which should
be removed.  At the same time, a call to fflush() should be added to the
bother() routine to contend with UCB buffered i/o.  The changes necessary
are:

	diff src/leave.c.old src/leave.c
	57d56
	< 	setexit();	/* refigure time if killed */
	135a135
	> 	fflush (stdout);

This change is necessary for all tapes written before 12/7/81.

			Carl



More information about the Comp.bugs.2bsd mailing list