Let caller know that bclose() should handle it (TRUE) */
| 401 | |
| 402 | /* Let caller know that bclose() should handle it (TRUE) */ |
| 403 | boolean |
| 404 | close_check(int fd) |
| 405 | { |
| 406 | int idx = getidx(fd, NOSLOT); |
| 407 | boolean retval = FALSE; |
| 408 | |
| 409 | if (idx >= 0) |
| 410 | retval = TRUE; |
| 411 | return retval; |
| 412 | } |
| 413 | |
| 414 | void |
| 415 | bufon(int fd) |