Rev 4726 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4726 | Rev 4736 | ||
|---|---|---|---|
| Line 131... | Line 131... | ||
| 131 | fprintf( output, "No data (%d) error", error_code ); |
131 | fprintf( output, "No data (%d) error", error_code ); |
| 132 | break; |
132 | break; |
| 133 | case EINPROGRESS: |
133 | case EINPROGRESS: |
| 134 | fprintf( output, "Another operation in progress (%d) error", error_code ); |
134 | fprintf( output, "Another operation in progress (%d) error", error_code ); |
| 135 | break; |
135 | break; |
| - | 136 | case EDESTADDRREQ: |
|
| - | 137 | fprintf( output, "Destination address required (%d) error", error_code ); |
|
| 136 | default: |
138 | default: |
| 137 | fprintf( output, "Other (%d) error", error_code ); |
139 | fprintf( output, "Other (%d) error", error_code ); |
| 138 | } |
140 | } |
| 139 | if( suffix ){ |
141 | if( suffix ){ |
| 140 | fprintf( output, "%s", suffix ); |
142 | fprintf( output, "%s", suffix ); |