Index: ossp-pkg/l2/l2_ch_fd.c RCS File: /v/ossp/cvs/ossp-pkg/l2/l2_ch_fd.c,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/l2/l2_ch_fd.c,v' 2>/dev/null --- l2_ch_fd.c 2003/01/06 11:41:51 1.16 +++ l2_ch_fd.c 2003/06/30 12:38:17 1.17 @@ -58,7 +58,7 @@ static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) { l2_ch_fd_t *cfg; - l2_param_t pa[1]; + l2_param_t pa[2]; l2_result_t rv; l2_env_t *env; Index: ossp-pkg/l2/l2_ch_file.c RCS File: /v/ossp/cvs/ossp-pkg/l2/l2_ch_file.c,v rcsdiff -q -kk '-r1.26' '-r1.27' -u '/v/ossp/cvs/ossp-pkg/l2/l2_ch_file.c,v' 2>/dev/null --- l2_ch_file.c 2003/06/30 11:13:08 1.26 +++ l2_ch_file.c 2003/06/30 12:38:17 1.27 @@ -69,7 +69,7 @@ static l2_result_t hook_configure(l2_context_t *ctx, l2_channel_t *ch, const char *fmt, va_list ap) { l2_ch_file_t *cfg = (l2_ch_file_t *)ctx->vp; - l2_param_t pa[4]; + l2_param_t pa[5]; l2_result_t rv; l2_env_t *env;