From 655ce99d74b80d00f795db383f3adc3d009ef706 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 16 Mar 2026 18:22:29 +0000 Subject: don't use PATH_MAX unreliable Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util/nvmutil') 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 -- cgit v1.2.1