Subversion Repositories HelenOS-historic

Rev

Rev 1281 | Rev 1440 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1281 Rev 1306
Line 40... Line 40...
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
#define EBADMEM     -9  /* Bad memory pointer */
-
 
45
#define ENOTSUP     -10 /* Not supported */
-
 
46
#define EADDRNOTAVAIL   -11 /* Address not available. */
45
 
47
 
46
#endif
48
#endif