[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-cpio] insufficient size of variable in util.c according LFS
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-cpio] insufficient size of variable in util.c according LFS |
Date: |
Wed, 25 Jul 2007 18:18:30 +0300 |
Ladislav Michnovi <address@hidden> ha escrit:
> Could you please consider to commit attached patch?
Sure. However, this:
> void
> -warn_if_file_changed (char *file_name, unsigned long old_file_size,
> - off_t old_file_mtime)
> +warn_if_file_changed (char *file_name, off_t old_file_size,
> + unsigned long old_file_mtime)
is definitely wrong. The type of old_file_mtime should be time_t.
Regards,
Sergey