From f977c0f728ed70bfe5a6513d2d723650a10d0785 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 2 Apr 2015 15:05:06 +0200 Subject: extrace: increase CMDLINE_MAX. --- extrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extrace.c') diff --git a/extrace.c b/extrace.c index 446f31e..37e1b5b 100644 --- a/extrace.c +++ b/extrace.c @@ -80,7 +80,7 @@ #define BUFF_SIZE (max(max(SEND_MESSAGE_SIZE, RECV_MESSAGE_SIZE), 1024)) #define MIN_RECV_SIZE (min(SEND_MESSAGE_SIZE, RECV_MESSAGE_SIZE)) -#define CMDLINE_MAX 1024 +#define CMDLINE_MAX 32768 pid_t parent = 1; int width = 80; int flat = 0; -- cgit 1.4.1