Some minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12242 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+14
-17
@@ -179,20 +179,20 @@ enum {
|
|||||||
#define EOPNOTSUPP (B_POSIX_ERROR_BASE + 43)
|
#define EOPNOTSUPP (B_POSIX_ERROR_BASE + 43)
|
||||||
#define ENOTSOCK (B_POSIX_ERROR_BASE + 44)
|
#define ENOTSOCK (B_POSIX_ERROR_BASE + 44)
|
||||||
#define EHOSTDOWN (B_POSIX_ERROR_BASE + 45)
|
#define EHOSTDOWN (B_POSIX_ERROR_BASE + 45)
|
||||||
#define EBADMSG (B_POSIX_ERROR_BASE + 46)
|
#define EBADMSG (B_POSIX_ERROR_BASE + 46)
|
||||||
#define ECANCELED (B_POSIX_ERROR_BASE + 47)
|
#define ECANCELED (B_POSIX_ERROR_BASE + 47)
|
||||||
#define EDESTADDRREQ (B_POSIX_ERROR_BASE + 48)
|
#define EDESTADDRREQ (B_POSIX_ERROR_BASE + 48)
|
||||||
#define EDQUOT (B_POSIX_ERROR_BASE + 49)
|
#define EDQUOT (B_POSIX_ERROR_BASE + 49)
|
||||||
#define EIDRM (B_POSIX_ERROR_BASE + 50)
|
#define EIDRM (B_POSIX_ERROR_BASE + 50)
|
||||||
#define EMULTIHOP (B_POSIX_ERROR_BASE + 51)
|
#define EMULTIHOP (B_POSIX_ERROR_BASE + 51)
|
||||||
#define ENODATA (B_POSIX_ERROR_BASE + 52)
|
#define ENODATA (B_POSIX_ERROR_BASE + 52)
|
||||||
#define ENOLINK (B_POSIX_ERROR_BASE + 53)
|
#define ENOLINK (B_POSIX_ERROR_BASE + 53)
|
||||||
#define ENOSR (B_POSIX_ERROR_BASE + 54)
|
#define ENOSR (B_POSIX_ERROR_BASE + 54)
|
||||||
#define ENOSTR (B_POSIX_ERROR_BASE + 55)
|
#define ENOSTR (B_POSIX_ERROR_BASE + 55)
|
||||||
#define ENOTSUP (B_POSIX_ERROR_BASE + 56)
|
#define ENOTSUP (B_POSIX_ERROR_BASE + 56)
|
||||||
#define EPROTO (B_POSIX_ERROR_BASE + 57)
|
#define EPROTO (B_POSIX_ERROR_BASE + 57)
|
||||||
#define ETIME (B_POSIX_ERROR_BASE + 58)
|
#define ETIME (B_POSIX_ERROR_BASE + 58)
|
||||||
#define ETXTBSY (B_POSIX_ERROR_BASE + 59)
|
#define ETXTBSY (B_POSIX_ERROR_BASE + 59)
|
||||||
|
|
||||||
|
|
||||||
/*---- POSIX errors that can be mapped to BeOS error codes ----*/
|
/*---- POSIX errors that can be mapped to BeOS error codes ----*/
|
||||||
@@ -301,7 +301,4 @@ enum
|
|||||||
B_DEV_TOO_LATE,
|
B_DEV_TOO_LATE,
|
||||||
};
|
};
|
||||||
|
|
||||||
/*-------------------------------------------------------------*/
|
#endif /* _ERRORS_H */
|
||||||
/*-------------------------------------------------------------*/
|
|
||||||
|
|
||||||
#endif /* _DERRORS_H */
|
|
||||||
|
|||||||
Reference in New Issue
Block a user