From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19842 invoked by alias); 6 Jan 2009 04:21:23 -0000 Received: (qmail 19811 invoked by uid 48); 6 Jan 2009 04:21:11 -0000 Date: Tue, 06 Jan 2009 04:21:00 -0000 Message-ID: <20090106042111.19810.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libmudflap/38738] gcc 4.4.0 20090104 - OpenSolaris can enable libmudflaps (if gcc is configured to use GNU ld) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rob1weld at aol dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg00579.txt.bz2 ------- 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