aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-11-12 22:16:13 +1000
committerGravatar axel <axel@liljencrantz.se>2006-11-12 22:16:13 +1000
commitec43090c16d72bd481bff016d483e8f231abccef (patch)
treefadb0d67a69eacd7ebcb1097c82361387159f5ab /io.h
parent80759ee03ff4ea4abc4b80ae28764d77c5180631 (diff)
Fix file descriptor leakage from completion pager
darcs-hash:20061112121613-ac50b-209d42c06401faf675ff123236823dcaa651d6f7.gz
Diffstat (limited to 'io.h')
-rw-r--r--io.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/io.h b/io.h
index 38b87e3d..26b2ddcd 100644
--- a/io.h
+++ b/io.h
@@ -45,16 +45,7 @@ typedef struct io_data
} param2
;
- union
- {
- /**
- This will be non-zero if this is a buffer of input, not
- output
- */
- int is_input;
- }
- param3;
-
+ int is_input;
/** Pointer to the next IO redirection */
struct io_data *next;