Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
start_command(), .in/.out/.err = -1: Callers must close the file descriptor
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index 1fc781d7668468f9e74bd430b7569dc040440ba8..e9c84d03639a59178e16361ee70df95835b9beb3 100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-19,8
+19,6
@@
struct child_process {
int err;
const char *dir;
const char *const *env;
- unsigned close_in:1;
- unsigned close_out:1;
unsigned no_stdin:1;
unsigned no_stdout:1;
unsigned no_stderr:1;