From: Wayne Davison Date: Sat, 16 Dec 2006 19:24:17 +0000 (+0000) Subject: Changed the static file_struct var to match the changes in rsync.h. X-Git-Tag: v3.0.0pre1~469 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aac5cab80b9d4fc0adff2b72aeba2406176930ae;p=thirdparty%2Frsync.git Changed the static file_struct var to match the changes in rsync.h. --- diff --git a/log.c b/log.c index 6bc831ca..fedeacdb 100644 --- a/log.c +++ b/log.c @@ -744,9 +744,8 @@ void maybe_log_item(struct file_struct *file, int iflags, int itemizing, void log_delete(const char *fname, int mode) { static struct { - union flist_extras ex[4]; /* just in case... */ + union file_extras ex[4]; /* just in case... */ struct file_struct file; - char basename[1]; } x; int len = strlen(fname); const char *fmt;