Aucbvax.5408 net.2bsd-bugs utzoo!decvax!ucbvax!dist2 Mon Dec 7 02:45:06 1981 FIXED: two bugs in src/leave.c 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