X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Ferrno.h;h=f5b23605e8dc535a9affeeb5390004d7e8f60314;hb=9f407c493c33928e0f19b834699d9694036ca42e;hp=0b796c05ee55eb726a365054aa68e7e0a49f8572;hpb=775bf8013abe9fe4ef3d4883ea2e43bba2a84da1;p=tpg%2Facess2.git diff --git a/Kernel/include/errno.h b/Kernel/include/errno.h index 0b796c05..f5b23605 100644 --- a/Kernel/include/errno.h +++ b/Kernel/include/errno.h @@ -14,7 +14,12 @@ enum eErrorNums EACCES, ENOTFOUND, EREADONLY, - ENOTIMPL + ENOTIMPL, + ENOENT, + ENFILE, + ENOTDIR, + + NUM_ERRS }; #endif