Increase maximum buffer size for `-x cmd' value

MFC after:	3 days
X-MFC-to:	stable/10
This commit is contained in:
Devin Teske 2016-01-07 18:50:02 +00:00
parent 0046e1868f
commit ca1c025222
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=293340

View file

@ -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);