FreeBSD Bugzilla – Attachment 192647 Details for
Bug 227635
Increase MAXPATHLEN value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file to increse PATH_MAX
increase_PATH_MAX.patch (text/plain), 508 bytes, created by
Rodrigo Osorio
on 2018-04-19 12:18:50 UTC
(
hide
)
Description:
patch file to increse PATH_MAX
Filename:
MIME Type:
Creator:
Rodrigo Osorio
Created:
2018-04-19 12:18:50 UTC
Size:
508 bytes
patch
obsolete
>Index: sys/sys/syslimits.h >=================================================================== >--- sys/sys/syslimits.h (revision 330535) >+++ sys/sys/syslimits.h (working copy) >@@ -61,7 +61,7 @@ > #ifndef OPEN_MAX > #define OPEN_MAX 64 /* max open files per process */ > #endif >-#define PATH_MAX 1024 /* max bytes in pathname */ >+#define PATH_MAX 4096 /* max bytes in pathname */ > #define PIPE_BUF 512 /* max bytes for atomic pipe writes */ > #define IOV_MAX 1024 /* max elements in i/o vector */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227635
: 192647