ref: 9dac81378cbc59c2f4c556aad25a610419f62135
parent: ad28594d73b73558a2a87b428b30c5d229e9e1db
author: mkf <mkf@cloud9p.org>
date: Tue Nov 28 07:45:50 EST 2023
err.h: add fs errors
--- a/include/err.h
+++ b/include/err.h
@@ -6,7 +6,8 @@
/* you don't want these mass up with your values */
PERM_DENIED = -128,
NAME_TOO_LONG,
- NO_FILE,
+ NO_SUCH_FILE,
+ NO_SUCH_FS,
FS_NOT_READY,
DIR_NOT_EMPTY,