mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 23:15:14 +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.
|
* default these days.
|
||||||
*/
|
*/
|
||||||
#ifndef PATH_LEN
|
#ifndef PATH_LEN
|
||||||
#ifdef PATH_MAX
|
|
||||||
#define PATH_LEN (PATH_MAX)
|
|
||||||
#else
|
|
||||||
#define PATH_LEN 1024
|
#define PATH_LEN 1024
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#define OFF_ERR 0
|
#define OFF_ERR 0
|
||||||
#ifndef OFF_RESET
|
#ifndef OFF_RESET
|
||||||
|
|||||||
Reference in New Issue
Block a user