X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d521e1c2a1980d241b0ca611d71c78d51bf255f5..45d8bfe09e10cecb49b030767d4bfc995d42b903:/flist.c diff --git a/flist.c b/flist.c index 06b3d46b..325c101f 100644 --- a/flist.c +++ b/flist.c @@ -718,7 +718,7 @@ static struct file_struct *receive_file_entry(struct file_list *flist, * statting directories if we're not recursing, but this is not a very * important case. Some systems may not have d_type. **/ -struct file_struct *make_file(char *fname, struct file_list *flist, +struct file_struct *make_file(const char *fname, struct file_list *flist, STRUCT_STAT *stp, unsigned short flags, int filter_level) {