From 7b62a1653bb6fe48a6ca8b7138e2b3138f854a54 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(-) 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