Subversion Repositories HelenOS-historic

Rev

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

Rev 1258 Rev 1281
Line 39... Line 39...
39
#define EPERM      -6  /* Permission denied */
39
#define EPERM      -6  /* Permission denied */
40
#define EHANGUP    -7  /* Answerbox closed connection, 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
#define EEXISTS    -8  /* Entry already exists */
43
#define EEXISTS    -8  /* Entry already exists */
-
 
44
#define EBADMEM    -9  /* Bad memory pointer */
44
 
45
 
45
#endif
46
#endif