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
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
>> +
>
> Applying this will make it impossible to access re
> @@ -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
> +
Applying this will make it impossible to access remote archives.
Regards,
Sergey