Bug 14346

Summary: Both pccard/cardinfo.h and sys/memrange.h use the same namespace
Product: Base System Reporter: Richard Wackerbarth <rkw>
Component: kernAssignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   

Description Richard Wackerbarth 1999-10-15 12:40:01 UTC
	There are conflicting definitions of MDF_ACTIVE in these two areas.
	This causes an error when compiling a module that requires both of them.
	Since kdump/truss need ALL the ioctl's, they run into this conflict.
	This may not be a problem for "normal" programs.

Fix: 

One or both of the namespaces should be changed
How-To-Repeat: 
	compile ioctl.c in usr.bin/kdump
Comment 1 Warner Losh freebsd_committer freebsd_triage 2000-05-16 06:11:14 UTC
Responsible Changed
From-To: freebsd-bugs->imp

I'll investigate.  pccard/cardinfo is going away soon anyway. 
Comment 2 Warner Losh freebsd_committer freebsd_triage 2002-09-30 00:47:40 UTC
State Changed
From-To: open->closed

WONT FIX.  The pccard part of this is on the glide path to be removed.