diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-07-18 08:16:40 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-07-18 08:16:40 +0000 |
commit | fd8e5366aa3c50b1049b9370984d04b46f950d20 (patch) | |
tree | 113baa50e9b997ed37be992da287e655d4bc692d /winsup/cygwin/environ.cc | |
parent | d2af9effc5b998a46c5819a269807976465a00b4 (diff) | |
download | cygnal-fd8e5366aa3c50b1049b9370984d04b46f950d20.tar.gz cygnal-fd8e5366aa3c50b1049b9370984d04b46f950d20.tar.bz2 cygnal-fd8e5366aa3c50b1049b9370984d04b46f950d20.zip |
* environ.cc (known): Remove "binmode" option.
* fhandler.cc (binmode): Remove.
(fhandler_base::set_flags): Accommodate binmode removal.
* path.h (path_conv::set_binary): Remove.
* pipe.cc (pipe): Create pipes always as binary pipes.
* winsup.h (binmode): Remove declaration.
Diffstat (limited to 'winsup/cygwin/environ.cc')
-rw-r--r-- | winsup/cygwin/environ.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/environ.cc b/winsup/cygwin/environ.cc index 260d9e478..040a638e8 100644 --- a/winsup/cygwin/environ.cc +++ b/winsup/cygwin/environ.cc @@ -566,7 +566,6 @@ static struct parse_thing } values[2]; } known[] NO_COPY = { - {"binmode", {x: &binmode}, justset, NULL, {{O_TEXT}, {O_BINARY}}}, {"codepage", {func: &codepage_init}, isfunc, NULL, {{0}, {0}}}, {"dosfilewarning", {&dos_file_warning}, justset, NULL, {{false}, {true}}}, {"envcache", {&envcache}, justset, NULL, {{true}, {false}}}, |