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
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