aboutsummaryrefslogtreecommitdiff
path: root/lib/libdpv
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2016-01-07 18:50:02 +0000
committerDevin Teske <dteske@FreeBSD.org>2016-01-07 18:50:02 +0000
commitca1c0252225af6f3c38c6ae23ca9580216cfc4e9 (patch)
treef051d2eeaf012ebd4a48146b877509079479a260 /lib/libdpv
parent0046e1868fb0f7704f0ba2fd9ec63321adbf0a8e (diff)
downloadsrc-ca1c0252225af6f3c38c6ae23ca9580216cfc4e9.tar.gz
src-ca1c0252225af6f3c38c6ae23ca9580216cfc4e9.zip
Increase maximum buffer size for `-x cmd' value
MFC after: 3 days X-MFC-to: stable/10
Notes
Notes: svn path=/head/; revision=293340
Diffstat (limited to 'lib/libdpv')
-rw-r--r--lib/libdpv/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdpv/util.h b/lib/libdpv/util.h
index 7bb3b189039b..5f646a63fc14 100644
--- a/lib/libdpv/util.h
+++ b/lib/libdpv/util.h
@@ -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);