Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| sys/fs/fdescfs/fdesc_vnops.c | ||
|---|---|---|
| 564–569 | Might be write this without duplication? while (uio->uio_resid >= UIO_MX) {
if (i >= fdp->fd_nfiles + 2) {
if (ap->a_eofflag != NULL)
*ap->a_eofflag = 1;
break;
} | |