This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libmudflap/38738] gcc 4.4.0 20090104 - OpenSolaris can enable libmudflaps (if gcc is configured to use GNU ld)
- From: "rob1weld at aol dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jan 2009 04:21:11 -0000
- Subject: [Bug libmudflap/38738] gcc 4.4.0 20090104 - OpenSolaris can enable libmudflaps (if gcc is configured to use GNU ld)
- References: <bug-38738-13830@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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