Date: Fri, 20 Apr 2001 07:58:42 -0600 From: Warner Losh <imp@harmony.village.org> To: David Wolfskill <david@catwhisker.org> Cc: bp@butya.kz, current@FreeBSD.ORG Subject: Re: world (still) having trouble (after gdb.291/gdb/defs.h) Message-ID: <200104201358.f3KDwg812830@harmony.village.org> In-Reply-To: Your message of "Wed, 11 Apr 2001 17:07:19 PDT." <200104120007.f3C07JN67377@bunrab.catwhisker.org> References: <200104120007.f3C07JN67377@bunrab.catwhisker.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <200104120007.f3C07JN67377@bunrab.catwhisker.org> David Wolfskill writes: : That said, while I was trying to figure out what had gone wrong, I ended : up chasing something that was "merely" a warning, but loks to me as if : it has some unpleasant potential: the dual (conflicting) definitions of : MDF_ACTIVE, thus: : : sys/pccard/cardinfo.h:81:#define MDF_ACTIVE 0x40 /* Context active (read-only) */ : : and : : sys/sys/memrange.h:18:#define MDF_ACTIVE (1<<27) /* currently active */ : : : The notion of the same program (kdump, in this case) actually using both : include files would seem to be a cause for some concern. Don't worry about it. The person who imported the memcontrol stuff didn't check the system closely enough for conflicts. The pccard define has been around since 1996 while the memcontrol one was added in 1999 and still hasn't been fixed :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104201358.f3KDwg812830>