]> Kevux Git Server - fll/commit
Cleanup: Replace F_file_open_not with F_file_closed, add additional status codes...
authorKevin Day <thekevinday@gmail.com>
Sat, 23 May 2020 20:46:19 +0000 (15:46 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 23 May 2020 20:46:19 +0000 (15:46 -0500)
commit0c98d876d8cf154e4eed524432d7fab051ae8331
tree1041346f573c7f1c0749a022ab753583ab5d749b
parentb173d564c03e75037c594cfec504ce54f52b0f25
Cleanup: Replace F_file_open_not with F_file_closed, add additional status codes for consistencies

Socket was not fully converted into basic status codes (not having connect).
I can see future work in sockets whee I may actually add connect codes back, but I won't know until I spend dedicate time on it.

Add additional status codes that should probably exist for consistency purposes.

With F_file_open_not removed, split behavior into two checks:
- F_file for file descriptor errors.
- F_file_closed for file not open errors.
15 files changed:
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_file/c/private-file.h
level_0/f_status/c/status.h
level_1/fl_fss/c/fss.c
level_1/fl_fss/c/fss.h
level_1/fl_status/c/status.c
level_1/fl_status/c/status.h
level_1/fl_utf_file/c/private-utf_file.h
level_1/fl_utf_file/c/utf_file.c
level_1/fl_utf_file/c/utf_file.h
level_2/fll_file/c/file.c
level_2/fll_status/c/status.c
level_3/firewall/c/private-firewall.c
level_3/init/c/private-init.c