Subversion Repositories HelenOS-historic

Rev

Rev 1088 | Rev 1258 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1088 Rev 1178
Line 35... Line 35...
35
#define ENOMEM     -2  /* Not enough memory */
35
#define ENOMEM     -2  /* Not enough memory */
36
#define ELIMIT     -3  /* Limit exceeded */
36
#define ELIMIT     -3  /* Limit exceeded */
37
#define EREFUSED   -4  /* Connection refused */
37
#define EREFUSED   -4  /* Connection refused */
38
#define EFORWARD   -5  /* Forward error */
38
#define EFORWARD   -5  /* Forward error */
39
#define EPERM      -6  /* Permission denied */
39
#define EPERM      -6  /* Permission denied */
40
#define EHANGUP    -7  /* Answerbox closed cionnection, call sys_ipc_hangup
40
#define EHANGUP    -7  /* Answerbox closed connection, call sys_ipc_hangup
41
            * to close the connection. Used by answerbox
41
            * to close the connection. Used by answerbox
42
            * to close the connection.  */
42
            * to close the connection.  */
43
 
43
 
44
#endif
44
#endif