summaryrefslogtreecommitdiff
path: root/kern/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/error.c')
-rw-r--r--kern/error.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/error.c b/kern/error.c
index 02a26d0c..a24c5db6 100644
--- a/kern/error.c
+++ b/kern/error.c
@@ -40,6 +40,8 @@ error_str(int error)
return "Entry exists";
case ERROR_IO:
return "Input/output error";
+ case ERROR_SRCH:
+ return "no such process";
default:
return "unknown error";
}