Bug 6841 - LINT contains unused FDSEEKWAIT option
Summary: LINT contains unused FDSEEKWAIT option
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 2.2.6-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-06-02 22:30 UTC by Stefan Eggers
Modified: 1998-06-04 21:41 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!