don't use PATH_MAX

unreliable

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-16 18:22:29 +00:00
parent ff769306ba
commit 655ce99d74

View File

@@ -26,12 +26,8 @@
* default these days.
*/
#ifndef PATH_LEN
#ifdef PATH_MAX
#define PATH_LEN (PATH_MAX)
#else
#define PATH_LEN 1024
#endif
#endif
#define OFF_ERR 0
#ifndef OFF_RESET