Bug 20407

Summary: netstat cannot be compiled without IPv6 support
Product: Base System Reporter: patrick <patrick>
Component: binAssignee: Hajimu UMEMOTO <ume>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description patrick 2000-08-04 22:40:00 UTC
the files inet6.c and mroute6.c do not honour the INET6 compile option.
This means that even if INET6 is not enabled in the makefile, it
tries to compile IPv6 support.

Fix: This is a crude patch to not compile IPv6 related files if INET6 is not defined.
How-To-Repeat: 
Remove -DINET6 from the makefile, make.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-07 10:32:10 UTC
Responsible Changed
From-To: freebsd-bugs->itojun

IPv6 problem.
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2000-08-07 17:46:18 UTC
State Changed
From-To: open->closed

Thanks!  Committed. 


Comment 3 Hajimu UMEMOTO freebsd_committer freebsd_triage 2000-08-07 17:46:18 UTC
Responsible Changed
From-To: itojun->ume

I had commited this.