From: Wayne Davison Date: Mon, 2 Feb 2004 22:18:23 +0000 (+0000) Subject: Change to try to debug a failure on the build farm. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/4c4266d9c9530fc051a0506f915761bcc9f8c3c6 Change to try to debug a failure on the build farm. --- diff --git a/flist.c b/flist.c index a14320d1..f00ecfc7 100644 --- a/flist.c +++ b/flist.c @@ -80,6 +80,7 @@ void init_flist(void) /* Figure out how big the file_struct is without trailing padding */ min_file_struct_len = ((char*)&f.flags - (char*)&f) + sizeof f.flags; + min_file_struct_len = sizeof f; /* XXX test for build-farm */ }