diff options
Diffstat (limited to 'lib/pathmax.h')
-rw-r--r-- | lib/pathmax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pathmax.h b/lib/pathmax.h index a5d433560..99d5ad89f 100644 --- a/lib/pathmax.h +++ b/lib/pathmax.h @@ -28,7 +28,7 @@ # if !defined PATH_MAX && defined _PC_PATH_MAX && defined HAVE_PATHCONF # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \ - : pathconf ("/", _PC_PATH_MAX)) + : pathconf ("/", _PC_PATH_MAX)) # endif /* Don't include sys/param.h if it already has been. */ |