Rev 1178 | Rev 1281 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1178 | Rev 1258 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 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 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 | 44 | ||
| 44 | #endif |
45 | #endif |