[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] maint: ensure PATH_MAX is set correctly
From: |
Pádraig Brady |
Subject: |
[PATCH] maint: ensure PATH_MAX is set correctly |
Date: |
Thu, 22 Mar 2012 04:53:14 +0000 |
* src/system.h: Include gnulib's pathmax.h to ensure
we set PATH_MAX only if needed.
---
src/system.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/system.h b/src/system.h
index 49cd08a..e3773bf 100644
--- a/src/system.h
+++ b/src/system.h
@@ -41,6 +41,7 @@ you must include <sys/types.h> before including this file
#include <unistd.h>
#include <limits.h>
+#include "pathmax.h"
#ifndef PATH_MAX
# define PATH_MAX 8192
#endif
--
1.7.6.4
- [PATCH] maint: ensure PATH_MAX is set correctly,
Pádraig Brady <=