]> Kevux Git Server - fll/commit
Update: Remove usage of <linux/limits.h>.
authorKevin Day <thekevinday@gmail.com>
Tue, 11 May 2021 23:07:47 +0000 (18:07 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 11 May 2021 23:07:47 +0000 (18:07 -0500)
commitfefde05aa2b686e437a580632486ff1962b08cfe
tree0715c44d78f2f96c1dca9637556fb2d6b2446cdc
parentf7056262023d02ebb6dc2091f66ec0b8279336ee
Update: Remove usage of <linux/limits.h>.

The <linux/limits.h> header file is only used to get PATH_MAX.
Instead of including the entire header, just provided a fallback PATH_MAX.
level_0/f_path/c/path.h