Bug 20225

Summary: rlogind doesn't compile without -DINET6
Product: Base System Reporter: Paul Herman <pherman>
Component: binAssignee: Hajimu UMEMOTO <ume>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Paul Herman 2000-07-27 19:30:00 UTC
	rlogind doesn't compile without -DINET6.  I found this by
	accident as I was perusing the code.

	This is no big deal, as -DINET6 is always (?) defined, but
	then again, what's the point of having #ifdefs anyway?  :)

Fix: Like I said, it's no big deal, but neither is the patch:

------------------------------------------------------------------
How-To-Repeat: 
	cd /usr/src/libexec/rlogind
	[remove -DINET6 from CFLAGS in Makefile]
	make
	[error]
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-28 10:00:12 UTC
Responsible Changed
From-To: freebsd-bugs->ume

Umemoto-san offered to help with IPv6 stuff.
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2000-07-28 10:36:27 UTC
State Changed
From-To: open->closed

Thanks! Committed. (rev 1.30)