path specification.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| sys/kern/uipc_usrreq.c | ||
|---|---|---|
| 617 | As I understand it, bind() must create a new socket, as we use VOP_CREATE below. But then, how can we already have an fd for it? | |
| sys/kern/uipc_usrreq.c | ||
|---|---|---|
| 617 | It must create the vnode if not existing, but also it must check for the existence of the vnode, the EADDINUSE error when vp != NULL. As is, I think it is useful if only for completeness. | |
Comment Actions
Hello all,
Got a testunit error on devel/aws-c-io and there is a PR opened https://github.com/awslabs/aws-c-io/issues/803
Any clues around this?
Thanks