Removed B_NOT_SUPPORTED again - EOPNOTSUPP is a socket specific error code
and it should have read B_NOT_SUPPORTED_ON_SOCKET. We could reintroduce it later (along with other missing network errors). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3552 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
60afeeca54
commit
154aaaf273
@ -209,10 +209,6 @@ enum {
|
||||
|
||||
/*---- new error codes that can be mapped to POSIX errors ----*/
|
||||
#define B_BUFFER_OVERFLOW EOVERFLOW
|
||||
#define B_NOT_SUPPORTED EOPNOTSUPP
|
||||
/* there is also B_UNSUPPORTED - but it maps to a different error code;
|
||||
* should we remove this one again?
|
||||
*/
|
||||
#define B_TOO_MANY_ARGS E2BIG
|
||||
#define B_FILE_TOO_LARGE EFBIG
|
||||
#define B_RESULT_NOT_REPRESENTABLE ERANGE
|
||||
|
Loading…
Reference in New Issue
Block a user