From 4c4266d9c9530fc051a0506f915761bcc9f8c3c6 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 2 Feb 2004 22:18:23 +0000 Subject: [PATCH] Change to try to debug a failure on the build farm. --- flist.c | 1 + 1 file changed, 1 insertion(+) 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 */ } -- 2.34.1