Bug 46094 - sysutils/xmbmon doesn't build on 5.0-RC
Summary: sysutils/xmbmon doesn't build on 5.0-RC
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-08 12:30 UTC by smkelly
Modified: 2002-12-10 17:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description smkelly 2002-12-08 12:30:02 UTC
	getMB-isa.c, getMB-smb.c, and getMB-via.c all #include machine/cpufunc.h
	without first including sys/types.h. This causes it to not build, as
	'u_int' is used in cpufunc.h and not declared in anything it includes.

Fix: 

add "#include <sys/types.h>" before "#include <machine/cpufunc.h>"
	in the files listed above.
How-To-Repeat: 	cd /usr/ports/sysutils/xmbmon && make
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2002-12-10 17:05:03 UTC
State Changed
From-To: open->closed

Committed thanks