mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
don't use PATH_MAX
unreliable Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user