summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-06-15 18:52:31 +0200
committerRichard Braun <rbraun@sceen.net>2013-07-06 19:02:10 +0200
commitb6e66e8290ca33102714f34f66d2ed2062ba33f3 (patch)
tree3f10a8c8287f84bce65b1a5ff82ab35b18577f26 /kern
parent098ebdc69060284c8a2aa5d32162d5a880e4390f (diff)
another set of small structural changes
Diffstat (limited to 'kern')
-rw-r--r--kern/error.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/kern/error.h b/kern/error.h
index f80e5a94..a376d379 100644
--- a/kern/error.h
+++ b/kern/error.h
@@ -18,10 +18,11 @@
#ifndef _KERN_ERROR_H
#define _KERN_ERROR_H
-#define ERROR_NOMEM 1
-#define ERROR_AGAIN 2
-#define ERROR_INVAL 3
-#define ERROR_BUSY 4
-#define ERROR_FAULT 5
+#define ERROR_NOMEM 1
+#define ERROR_AGAIN 2
+#define ERROR_INVAL 3
+#define ERROR_BUSY 4
+#define ERROR_FAULT 5
+#define ERROR_ACCES 6
#endif /* _KERN_ERROR_H */