|
|
| Reporter | dennisw | Assigned To | | |
|---|
| Priority | normal | Severity | Editorial | Type | Enhancement Request |
|---|
| Status | Closed | Resolution | Accepted | |
|---|
| Product Version | Draft 2 | |
|---|
|
|
| Name | Dennis Wölfing |
|---|
| Organization | |
|---|
| User Reference | |
|---|
| Section | bind |
|---|
| Page Number | 605 |
|---|
| Line Number | 21140-21141 |
|---|
| Final Accepted Text | |
|---|
|
|
|
|
| Summary | 0001482: bind EILSEQ error only applies to AF_UNIX sockets |
|---|
| Description | The ERRORS section of bind() lists errors that are specific to AF_UNIX sockets separately from errors that can happen with any socket. However the EILSEQ error can only happen with AF_UNIX sockets but is listed with the generic errors instead of with the AF_UNIX specific errors. |
|---|
| Desired Action | On page 605 move lines 21140-21141[EILSEQ]The last pathname component is not a portable filename, and cannot be
created in the target directory. to just before the EIO error on line 21156. |
|---|
| Tags | issue8 |
|---|