mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
Increase maximum buffer size for `-x cmd' value
MFC after: 3 days X-MFC-to: stable/10
This commit is contained in:
parent
0046e1868f
commit
ca1c025222
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=293340
@ -41,7 +41,7 @@
|
||||
#define PATH_SHELL "/bin/sh"
|
||||
#endif
|
||||
|
||||
#define CMDBUFMAX 4096
|
||||
#define CMDBUFMAX 65536
|
||||
|
||||
__BEGIN_DECLS
|
||||
int shell_spawn_pipecmd(const char *_cmd, const char *_label, pid_t *_pid);
|
||||
|
Loading…
Reference in New Issue
Block a user