Re: [Bug-tar] [PATCH 2/2] tar: set stdin/stdout to binary mode on OS/2 if not console

2014-11-21 Thread KO Myung-Hun
KO Myung-Hun wrote: > > > Paul Eggert wrote: >> Myung-Hun KO wrote: >>> But any special reasons why binary-io module of gnulib should >>> be used instead of pre-existent SET_BINARY_MODE() ? In addition, >>> SET_BINARY_MODE() is being used already. >> >> My impression is that the proposed patch

Re: [Bug-tar] [PATCH 1/2] tar: set force_local_option to true on OS/2

2014-11-21 Thread KO Myung-Hun
Ping ? KO Myung-Hun wrote: > Hi/2. > > Sergey Poznyakoff wrote: >>> @@ -1362,6 +1362,10 @@ parse_opt (int key, char *arg, struct argp_state >>> *state) >>> { >>>struct tar_args *args = state->input; >>> >>> +#ifdef __OS2__ >>> +force_local_option = true; >>> +#endif >>> + >> >> Applyi