Bug 18538

Summary: sysinstall doesn't include enough headers
Product: Base System Reporter: Andrew Stevenson <andrew>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Andrew Stevenson 2000-05-14 04:00:01 UTC
When compiling sysinstall the compiler warns of an implicit declaration of
sysctlbyname. This is because system.c doesn't include sys/sysctl.h.
According to sysctl(3) including sys/sysctl.h also requires sys/types.h to be
included.
Comment 1 John Baldwin freebsd_committer freebsd_triage 2000-07-14 17:08:44 UTC
State Changed
From-To: open->closed

I just MFC'd this from -current, wish I had known about the PR earlier.