How come we missed the case B_DONT_DO_THAT in strerror() ???

This commit is contained in:
François Revol 2014-07-30 12:23:35 +02:00
parent 917634bc8a
commit 65b2278e9a
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ error_description(int error)
return "Operation not allowed";
case B_BAD_DATA:
return "Bad data";
case B_DONT_DO_THAT:
return "No, really, don't do that";
// Kernel Kit Errors