SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
sysutils/collectd/patches/patch-src_processes_c
Normal file
12
sysutils/collectd/patches/patch-src_processes_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: src/processes.c
|
||||
--- src/processes.c.orig
|
||||
+++ src/processes.c
|
||||
@@ -169,7 +169,7 @@
|
||||
#if defined(ARG_MAX) && (ARG_MAX < 4096)
|
||||
#define CMDLINE_BUFFER_SIZE ARG_MAX
|
||||
#else
|
||||
-#define CMDLINE_BUFFER_SIZE 4096
|
||||
+#define CMDLINE_BUFFER_SIZE 4*4096
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue