On Wed, Jun 20, 2018 at 10:58 AM, Jan Kara <[email protected]> wrote:
>>
>>  void
>> -udf_time_to_disk_stamp(struct timestamp *dest, struct timespec ts)
>> +udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 ts)
>>  {
>>       long seconds;
>>       int16_t offset;
>
> Thanks for the patch! This function needs fixing up as well - 'seconds'
> variable needs to be time64_t now. I'll fix it up and take it to my tree.

Thanks a lot for spotting my mistake and fixing it up!

      Arnd
_______________________________________________
Y2038 mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/y2038

Reply via email to