summaryrefslogtreecommitdiff
path: root/exec_pty.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec_pty.c')
-rw-r--r--exec_pty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec_pty.c b/exec_pty.c
index 5dd5012af..105199e8a 100644
--- a/exec_pty.c
+++ b/exec_pty.c
@@ -88,7 +88,7 @@ struct io_buffer {
int rfd; /* reader (producer) */
int wfd; /* writer (consumer) */
int (*action) __P((const char *buf, unsigned int len));
- char buf[16 * 1024];
+ char buf[32 * 1024];
};
static char slavename[PATH_MAX];