* 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.
This commit is contained in:
Corinna Vinschen
2008-07-18 08:16:40 +00:00
parent d2af9effc5
commit fd8e5366aa
6 changed files with 11 additions and 11 deletions

View File

@ -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}}},