filter: make exit status local

It's only used in one place, and not useful to have around since
close_filter will die() if exit_status isn't what it expects, anyway. So
this is best as just a local variable instead of as part of the struct.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
这个提交包含在:
Jason A. Donenfeld
2014-01-10 03:51:02 +01:00
父节点 d01a6eec43
当前提交 b67ea0c022
共有 2 个文件被更改,包括 4 次插入4 次删除

1
cgit.h
查看文件

@@ -62,7 +62,6 @@ struct cgit_filter {
int old_stdout;
int pipe_fh[2];
int pid;
int exitstatus;
};
struct cgit_repo {