Bug 6841

Summary: LINT contains unused FDSEEKWAIT option
Product: Base System Reporter: Stefan Eggers <seggers>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: seggers
Priority: Normal    
Version: 2.2.6-STABLE   
Hardware: Any   
OS: Any   

Description Stefan Eggers 1998-06-02 22:30:00 UTC
	/usr/src/sys/i386/config/LINT contains the option FDSEEKWAIT -
this option isn't present anywhere else in the source.  Sound's like
just a cosmetic bug but might fool some people needing such an option
into thinking it will work.  Of course it can't.  :-(

	Just for the record:  Someone else mentioned it on the hackers
mailing list.  As I didn't find a problem report about LINT for this I
just filed this one.

Fix: 

Remove the line with FDSEEKWAIT and its comment in LINT.
That's it.
How-To-Repeat: 
	Read the source and watch out for FDSEEKWAIT.  Exactly two
occurences - one in a comment, the other one the option itself.
Comment 1 Steve Price freebsd_committer freebsd_triage 1998-06-04 21:39:04 UTC
State Changed
From-To: open->closed

Committed, thanks!