summaryrefslogtreecommitdiff
path: root/include/ouroboros/errno.h
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-06-22 16:56:03 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-06-22 16:56:03 +0200
commit4b5eaafdc9b61307a6a4074366372df3c170372e (patch)
treefbb6c556e833e5af3cead917c8ac547853f0382f /include/ouroboros/errno.h
parente24581b93fb3329a1c89b294da15e3375513cf89 (diff)
parentcf5d13dfd66afd68dd7fe93d009a4539c236b095 (diff)
downloadouroboros-4b5eaafdc9b61307a6a4074366372df3c170372e.tar.gz
ouroboros-4b5eaafdc9b61307a6a4074366372df3c170372e.zip
Merged in sandervrijders/ouroboros/be (pull request #137)
Be
Diffstat (limited to 'include/ouroboros/errno.h')
-rw-r--r--include/ouroboros/errno.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/ouroboros/errno.h b/include/ouroboros/errno.h
index 49720548..62629134 100644
--- a/include/ouroboros/errno.h
+++ b/include/ouroboros/errno.h
@@ -25,9 +25,7 @@
#include <errno.h>
-#define ENOSHM 1000 /* Creation or access of shared memory failed */
-#define EIRM 1001 /* Could not talk to the IPC Resource Manager */
-#define ENOTALLOC 1002 /* Flow is not allocated */
-#define EIPCPTYPE 1003 /* Unknown IPCP type */
+#define ENOTALLOC 1000 /* Flow is not allocated */
+#define EIPCPTYPE 1001 /* Unknown IPCP type */
#endif