------- Comment #2 from rob1weld at aol dot com 2009-01-06 04:21 ------- There is one other change I made, add this to the top of libmudflaps/mf-hooks2.c :
/* OpenSolaris */ struct mntent { char *mnt_fsname; /* file system name */ char *mnt_dir; /* file system path prefix */ char *mnt_type; /* 4.3, nfs, dos, macintosh, cfs, or ignore */ char *mnt_opts; /* ro, etc. */ int mnt_freq; /* dump frequency, in days */ int mnt_passno; /* pass number on parallel fsck */ }; Full results are here: http://gcc.gnu.org/ml/gcc-testresults/2009-01/msg00488.html Rob -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38738