From fdecbaeff59263df5ae9b87a90264a9eebdec0a3 Mon Sep 17 00:00:00 2001 From: dteske Date: Sat, 9 Jan 2016 23:44:41 +0000 Subject: MFC SVN revisions 293340, 293379 r293340: Increase maximum buffer size for `-x cmd' value r293379: Bump copyright --- lib/libdpv/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libdpv/util.h') diff --git a/lib/libdpv/util.h b/lib/libdpv/util.h index 7bb3b18..d746cb6 100644 --- a/lib/libdpv/util.h +++ b/lib/libdpv/util.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2013-2014 Devin Teske + * Copyright (c) 2013-2016 Devin Teske * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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); -- cgit v1.1