This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libmudflap/12939] libmudflap/mf-hooks2.c:1657: error: union has no member named `__buf' at FreeBSD 5.1
- From: "fche at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Nov 2003 19:07:29 -0000
- Subject: [Bug libmudflap/12939] libmudflap/mf-hooks2.c:1657: error: union has no member named `__buf' at FreeBSD 5.1
- References: <20031107093650.12939.wanderer@rsu.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12939
fche at redhat dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-11-07 19:07:29
date| |
------- Additional Comments From fche at redhat dot com 2003-11-07 19:07 -------
It looks like freebsd defines the IPC_INFO macro in the user headers,
but doesn't document the operation nor implement it widely. I suspect
it's easiest to disable IPC_INFO checking on freebsd with a simple
#ifdef in mf-hooks2.c for semctl.