Ladislav Michnovi <[EMAIL PROTECTED]> 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 _______________________________________________ Bug-cpio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-cpio
