aboutsummaryrefslogtreecommitdiff
path: root/src/extern.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-02-09 10:31:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-02-09 10:31:53 +0000
commit69549d1b94d3890bd9f5340f9b4239d88a196706 (patch)
tree0a3c418882c762b006727a4f5987141906c6083b /src/extern.h
parent6b2f265f6e5944d85ba8608e4ce859fe019eb750 (diff)
downloadcpio-69549d1b94d3890bd9f5340f9b4239d88a196706.tar.gz
cpio-69549d1b94d3890bd9f5340f9b4239d88a196706.tar.bz2
* NEWS, configure.ac: Raise the patchlevel number.
* THANKS: Update * doc/cpio.texi: Fix a typo. * src/extern.h (warn_if_file_changed): Fix type of the 2nd argument. * src/tar.c (write_out_tar_header): Stylistic change. * src/util.c (copy_files_disk_to_disk): Fix types of automatic variables. (warn_if_file_changed): Fix type of the 2nd argument. Patches supplied by Ladislav Michnovic.
Diffstat (limited to 'src/extern.h')
-rw-r--r--src/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extern.h b/src/extern.h
index 6f0072c..4c4bf5c 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -166,7 +166,7 @@ void tape_toss_input (int in_des, off_t num_bytes);
void copy_files_tape_to_disk (int in_des, int out_des, off_t num_bytes);
void copy_files_disk_to_tape (int in_des, int out_des, off_t num_bytes, char *filename);
void copy_files_disk_to_disk (int in_des, int out_des, off_t num_bytes, char *filename);
-void warn_if_file_changed (char *file_name, unsigned long old_file_size,
+void warn_if_file_changed (char *file_name, off_t old_file_size,
time_t old_file_mtime);
void create_all_directories (char *name);
void prepare_append (int out_file_des);

Return to:

Send suggestions and report system problems to the System administrator.