| # | Line 548 | Line 548 | int ec; | |
|---|---|---|
| 548 | { | |
| 549 | int status = 0; | |
| 550 | ||
| 551 | < | if (hdlist[0] != NULL) { /* flush holodeck */ | 
| 551 | > | if (hdlist[0] != NULL) { /* close holodeck */ | 
| 552 | if (nprocs > 0) | |
| 553 | < | status = done_rtrace(); | 
| 554 | < | hdflush(NULL); | 
| 553 | > | status = done_rtrace(); /* calls hdsync() */ | 
| 554 | if (ncprocs > 0 && vdef(REPORT)) { | |
| 555 | long fsiz, fuse; | |
| 556 | fsiz = hdfilen(hdlist[0]->fd); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |