]> Kevux Git Server - fll/commitdiff
Update: Take advantage of lucky convenience where F_okay could be bumped from 197...
authorKevin Day <thekevinday@gmail.com>
Thu, 31 Aug 2023 04:19:28 +0000 (23:19 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 31 Aug 2023 04:19:28 +0000 (23:19 -0500)
I recently noticed that the F_okay is very close to being a 200 code after swapping F_none with F_okay.
This was never planned but it is incredibly convenient.

HTTP Status 200 code now matches FLL Status Code 200.
What luck!

level_0/f_status/c/status.h

index 3218026246f1f74dfd4b7534344db3c2be406703..3b2767ff0ee96b4e9452bdae55f7b13c84f50909 100644 (file)
@@ -201,8 +201,8 @@ extern "C" {
     F_signal_reserved_64,
 
     // Basic.
-    // Start at 197 to allow compatibility with the reserved bash return codes (keep in mind fss return codes can be larger than 255).
-    F_okay = 197,
+    // Start at 200 to allow compatibility with the reserved bash return codes (keep in mind FSS return codes can be larger than 255).
+    F_okay = 200,
     F_okay_block,
     F_okay_eoa,
     F_okay_eof,