diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-16 18:22:29 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-16 18:22:29 +0000 |
| commit | 655ce99d74b80d00f795db383f3adc3d009ef706 (patch) | |
| tree | b003fb19e8ead40b0768f3dc8f2a2f5c0a302ecc | |
| parent | ff769306baeaae866071c92a955fc90fa4eeb6ba (diff) | |
don't use PATH_MAX
unreliable
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | util/nvmutil/nvmutil.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index fce6e744..d85bd1ce 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -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 |
