X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/dc5ddbccace1f4f37d57ce5d961117effc28a356..94a3ac55f6b6b2e6840546e2f5b72167380da7d5:/flist.c diff --git a/flist.c b/flist.c index 38569aa1..ed001a2b 100644 --- a/flist.c +++ b/flist.c @@ -110,7 +110,7 @@ void send_file_entry_v11(struct file_struct *file,int f) if (l1 > 0) flags |= SAME_NAME; if (l2 > 255) flags |= LONG_NAME; - + write_byte(f,flags); if (flags & SAME_NAME) write_byte(f,l1); @@ -165,7 +165,7 @@ void send_file_entry_v11(struct file_struct *file,int f) void receive_file_entry_v11(struct file_struct *file, unsigned char flags,int f) { - static mode_t last_time=0; + static time_t last_time=0; static mode_t last_mode=0; static dev_t last_rdev=0; static uid_t last_uid=0;